Your account expired support, please renew to get your support.

HomePage Forums Themes Support Freshio – Organic & Food Store WordPress Theme Colour changes not taking place. Error code when updating edits.

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #12827
    yoolo
    Support Expired

    I would like to change the color of the primary menubar from the dark green default to ef7e61. At the same time, I would like to make the menu text black/white. I don’t find that option.

    #12850

    Hi you,

    Please use this css, copy and paste into file functions.php( child-theme):

    .header-2 .header-bottom {
        background-color: #ef7e61 !important;
    }
    
    .header-navigation-background .main-navigation ul.menu>li.menu-item:hover>a, .header-navigation-background .main-navigation ul.menu>li.menu-item.current-menu-item>a, .header-navigation-background .main-navigation ul.menu>li.menu-item.current-menu-parent>a {
        color: #000 !important;
    }
Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.