Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #110241
    MichelCauzid
    Participant

    I Use WordPress 4.7.2–fr_FR, with « Catch evolution free «  theme
    I want to change the color of the first (header ) and the second line menu
    I add in the Custom CSS box the following code copied in this forum.
    I don’t have a new menu color !!
    Is it possible to change menu color with Catch evolution ?
    Where I can find a documentation about menu and color change ?
    Thanks for your help !

    /* Nav menu color and background color on hover/focus */
    #header-top .nav-header-top .clean-journal-nav-menu li:hover > a, #header-top .nav-header-top .clean-journal-nav-menu li > a:focus {
        background-color: #C81414;
        color: #fff;
    }
    /* Active Nav menu item color and background color */
    .nav-header-top .clean-journal-nav-menu li.menu-item.current-menu-item > a, .nav-header-top .clean-journal-nav-menu li.menu-item.current-menu-ancestor > a {
        background-color: #C81414;
    }
    #110293
    Mahesh
    Keymaster

    @michelcauzid: Go to Dashboard=> Appearance=> Customize=> Additional CSS box and add the following CSS:

    #site-title a {
       color: #ff00ff;
    }
    
    #header-menu ul.menu a {
        color: #00ff00;
    }

    Note: Please use your desired color.

    Regards,
    Mahesh

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Change main menu color on Catch evolution theme’ is closed to new replies.