Okay
  Public Ticket #2619363
Change menu active page color
Closed

Comments

  • diegolo61 started the conversation

    Hi team, 

    I can't find  how to change the active color background on menu items. Please, find attached screenshoot. 

    Thanks a lot

  • [deleted] replied

    Hi Diego,

    We have made some CSS changes for the Construction demo to make it more special and you can find them in this area (Appearance > Style Editor > style.css) section in the left admin menu and to change the highlighted menu item for example search for this line (65):

    /* Menu: Active menu style */
    

    and below it change this line:

    background: #f7c016;
    

    the #f7c016 is the HEX color code for that yellow we're using, add another color which you want to use.

    And if you want to change the footer color for example pleas go down to line 99 and search for this:

    /* Footer: Footer Background Color*/
    

    then do the same as in the previous steps.