Shape 5

Wordpress Club Themes => Lime Light - Club => : cdriscoll March 12, 2015, 10:22:22 AM



: Settings to customize Header section of Lime Light
: cdriscoll March 12, 2015, 10:22:22 AM
Hi,
I have two customization items I would like to do with the header area that includes the logo and the main menu.
  • First I would like to set a background color and opacity similar to the one on the Shape 5 website for the header area
  • Second I would also like to set the header to fixed at the top of the window
I looked through the Shape 5 Theme options settings sections and the only thing that I can see that may do this is the Advanced Floating Menu Options under the Menu tab.
 Is this the correct area to do these settings? Are these settings possible from the Shape 5 Theme Options? Or do I need to just add in some custom CSS to the style.css sheet?

Thanks


: Re: Settings to customize Header section of Lime Light
: Tristan Rineer March 16, 2015, 06:39:25 AM
The floating menu is the correct option to set a fixed header, yes.  For color and opacity, you may need to check Firebug (http://getfirebug.com/) to see what it says about the CSS location.  If it says the code is in the index.php or inline, then it is most likely an admin setting; if it gives a specific CSS file, then it's not a setting that can be changed without your own CSS.


: Re: Settings to customize Header section of Lime Light
: cdriscoll March 18, 2015, 02:03:19 PM
Hi Tristan,
Thanks for the reply. It looks like I have to set it in the custom CSS file.