Investa Top Menu Background Colour - Question | JoomShaper

Investa Top Menu Background Colour

JM

Jamie Marschke

Template 10 months ago

Hi,

Where do I cahange the background colour behind the top menu bar for this template? I have been able to change the bacground colour of the footer. but the Page Tilte Helux-Ultimate_Option_Group-Style background colour does nothing.

0
1 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 10 months ago #179770

Hi Jamie,

  1. What is "background colour behind the top menu bar"? Header, I guess. It includes logo and main menu.
  2. Probably you have to use Custom CSS to change color of Header area. Example code:
    #sp-header {background: red;}

To change color of menu items, example:

.sp-megamenu-parent > li > a {color: blue;}
.sp-megamenu-parent > li.active > a, 
.sp-megamenu-parent > li.active:hover > a {color: yellow;}

Read guides:

0