Title: Header and Caption
Last modified: November 1, 2016

---

# Header and Caption

 *  Resolved [soccernatic3](https://wordpress.org/support/users/soccernatic3/)
 * (@soccernatic3)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/header-and-caption/)
 * Hello Tom and everyone!
 * I´m having two issues, the header and caption on pics. I´m currently using Elementor
   with GeneratePress theme in my localhost first before going to a server.
 * 1) Header… anyway to edit the header and the menu? The header has too much space
   on top and below the menu. Here is a pic:
 * [http://prntscr.com/d1v0ty](http://prntscr.com/d1v0ty)
 * 2) When I choose to put a caption on the image, it gives me a background color
   that I can´t change and the caption is not aligning properly. Here is a pic:
 * [http://prntscr.com/d1v273](http://prntscr.com/d1v273)
 * Thank you in advance for all your help!
 * Cheers!
    Felipe

Viewing 9 replies - 1 through 9 (of 9 total)

 *  Theme Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/header-and-caption/#post-8384095)
 * Hi there,
 * 1. Our Spacing add-on allows you to adjust this in the Customizer, but you can
   use CSS as well:
 *     ```
       .inside-header {
           padding-top: 20px;
           padding-bottom: 20px;
       }
       ```
   
 * 2. I’ve actually changed the style of this in the next version.
 * For now, this might help: [https://generatepress.com/forums/topic/caption-below-image/#post-4011](https://generatepress.com/forums/topic/caption-below-image/#post-4011)
 * Let me know 🙂
 *  Thread Starter [soccernatic3](https://wordpress.org/support/users/soccernatic3/)
 * (@soccernatic3)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/header-and-caption/#post-8392263)
 * Tom,
 * Thanks for the quick reply! I will look into the premium version!
 * You are awesome!
 * Felipe
 *  Theme Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/header-and-caption/#post-8393060)
 * Glad I could help! 🙂
 *  Thread Starter [soccernatic3](https://wordpress.org/support/users/soccernatic3/)
 * (@soccernatic3)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/header-and-caption/#post-8397498)
 * Tom,
 * I ended up purchasing the premium version. I haven´t researched yet, but is there
   a way to make the footer stick to the bottom of the page?
 * Thanks in advance!
 *  Theme Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/header-and-caption/#post-8397743)
 * Thank you!
 * Unfortunately that’s quite difficult, but it is possible if you’re not afraid
   of coding.
 * This topic might help: [https://generatepress.com/forums/topic/how-to-stick-the-footer-at-the-bottom/](https://generatepress.com/forums/topic/how-to-stick-the-footer-at-the-bottom/)
 *  Thread Starter [soccernatic3](https://wordpress.org/support/users/soccernatic3/)
 * (@soccernatic3)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/header-and-caption/#post-8401331)
 * Tom,
 * I´ll have to do a bit of studying in order to work on the footer. Meanwhile, 
   I thought I could ask you a couple of questions here instead of creating a brand
   new post. But if you need me to create a new post, let me know… Here are the 
   questions:
 * 1) How to add transparancy to header background color?
    2) Anyway to add a background
   overlay on top of the background picture? 3) How to round the menu buttons corners?
   4) Is there a way to add different background picture on different pages (eg 
   one in the home page, another in the about, etc)? 5) How to disable one menu 
   button but not the sub-menu (eg, I just want the submenus to be able to click,
   not the parent one)?
 * Or will these be added on the next updates?
 * Thanks in advance!
    Felipe
 *  Theme Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/header-and-caption/#post-8401939)
 * Hi Felipe,
 * 1. You can remove the color from the option completely, but currently it’s not
   possible to make it say 50% transparency unless you use custom CSS or a background
   image (with transparency). If you’d like help with the CSS, it would be best 
   if you start a topic in our forum over here: [https://generatepress.com/support](https://generatepress.com/support)
 * 2. So like a semi-transparent color over your background image? That would require
   some custom programming – it might be worth just adding that color to the image
   itself using a program like Photoshop or Gimp.
 * 3. This topic might help: [https://generatepress.com/forums/topic/rounded-navigation/#post-53826](https://generatepress.com/forums/topic/rounded-navigation/#post-53826)
 * 4. Not with the options – those are mostly global. You could use CSS though along
   with my Simple CSS plugin which allows you to add CSS to individual pages: [https://wordpress.org/plugins/simple-css/](https://wordpress.org/plugins/simple-css/)
 * For example:
 *     ```
       body {
           background-image: url( 'MY IMAGE URL' );
       }
       ```
   
 * 5. You can make the parent menu item a custom link with the URL of: #
 * More info here: [https://generatepress.com/knowledgebase/using-menus/#create-drop-down-menu-custom](https://generatepress.com/knowledgebase/using-menus/#create-drop-down-menu-custom)
 * Hope this helps 🙂
 *  Thread Starter [soccernatic3](https://wordpress.org/support/users/soccernatic3/)
 * (@soccernatic3)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/header-and-caption/#post-8402303)
 * Tom you are truly an awesome person. I haven´t received such great support in
   ages. I appreciate your attention to your customers!
 * I´m not a programmer guy but I´ll try to work on those. Am I hoping too much 
   for those items I mentioned be in the next update? lol
 *  Theme Author [Tom](https://wordpress.org/support/users/edge22/)
 * (@edge22)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/header-and-caption/#post-8402951)
 * Always happy to help!
 * Some of these would be a little too complicated to create as options – less is
   more sometimes! However, I’m always open to ideas if they’re helpful and simple.
   Otherwise, CSS can usually do it pretty quickly 🙂

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Header and Caption’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/generatepress/3.6.1/screenshot.
   png)
 * GeneratePress
 * [Support Threads](https://wordpress.org/support/theme/generatepress/)
 * [Active Topics](https://wordpress.org/support/theme/generatepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/generatepress/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/generatepress/reviews/)

## Tags

 * [caption](https://wordpress.org/support/topic-tag/caption/)
 * [header](https://wordpress.org/support/topic-tag/header/)

 * 9 replies
 * 2 participants
 * Last reply from: [Tom](https://wordpress.org/support/users/edge22/)
 * Last activity: [9 years, 7 months ago](https://wordpress.org/support/topic/header-and-caption/#post-8402951)
 * Status: resolved