Shape 5

Joomla Templates => Fitness Center - Club => : sr9yar August 27, 2015, 05:24:52 AM



: Change menu backgroud color via template manager panel
: sr9yar August 27, 2015, 05:24:52 AM
Hi, I feel stupid for asking, it is possible to change the background color of the menu at the top of page without changing the css files.
It's black at the moment, and I can easily  change the color by correcting the css file, but I can't find the setting to do it via backend.
I found the way to change the color of the floating menu, but not the fixed one, which still stays black.
Can you help me find the setting, please ?
 :)


: Re: Change menu backgroud color via template manager panel
: mikek August 27, 2015, 07:19:28 AM
Hello,

That's a specific styling to the template, not of the framework, so it's only stylized in the css. The background color is defined at line 224 of template.css:

#s5_menu_wrap {
    background: #000000 none repeat scroll 0 0;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.8);
}


: Re: Change menu backgroud color via template manager panel
: sr9yar September 04, 2015, 01:37:23 AM
Ok, now I see, thanks for explanation.  :)


: Re: Change menu backgroud color via template manager panel
: mikenicoll September 04, 2015, 03:49:38 PM
Let us know if you have any further questions!