Shape 5

Joomla Templates => Arthur - Club => : bollocks September 20, 2017, 10:17:54 AM



: Header background Color change?
: bollocks September 20, 2017, 10:17:54 AM
How do I change the background color (where the logo main menu is) on the template?

thanks


: Re: Header background Color change?
: mikek September 20, 2017, 11:21:56 AM
Hello,

You can add the following to custom.css:

#s5_menu_wrap {
background:#000000 !important;
}

Just change the hex color to your desired color.