Tagged: main menu
Hey guys,
Currently, my main menu is made of custom links with the Button Style (Coloured) option enabled as the client wanted them in a different colour to the header. This was achieved without a problem.
As you can see here: newsite.specialolympicsmalta.org
However, what is bugging me is that the sides have the same colour of the header. Is there a way to get the colour of the main menu (the dark red to clarify) to full width?
Thanks in advance!
Hey Matthew,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header_main_alternate {
background: #a81010;
}
Best regards,
Yigit
Thanks a lot Yigit especially for the super fast reply!