• Resolved suzefarenden

    (@suzefarenden)


    Hi I am wanting to change the colour of my menu banner. Could you please let me know what I need to do.

    Thanks

Viewing 1 replies (of 1 total)
  • Go to “Appearance > Customize > CSS” and drop this code and change the hex color to your liking

    .nav-primary {
    	background:#96588a;
    	background:-webkit-gradient(linear,left top,left bottom,from(#ad74a2),to(#96588a));
    	background:-webkit-linear-gradient(#ad74a2,#96588a);
    	background:-moz-linear-gradient(center top,#ad74a2 0,#96588a 100%);
    	background:-moz-gradient(center top,#ad74a2 0,#96588a 100%);
    }
    .omega-nav-menu .current_page_item a,
    .omega-nav-menu a:hover {
    	background:#ad74a2;
    }
    
    .omega-nav-menu .sub-menu,
    .omega-nav-menu .children {
    	background:#96588a;
    	z-index: 99;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Change the colour of the menu banner’ is closed to new replies.