Home Forums WoodMart support forum Change Main Menu Color

Change Main Menu Color

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #77372

    muhammad
    Participant

    Want to change the text color and text hover color in Header area And also want to change the main menu background color and text and hover color.

    #77386

    Hello,

    Background color:

    Please navigate to Woodmart > Header builder http://prntscr.com/iyd2pe

    Choose the proper header type (your current) http://prntscr.com/iyd333

    Enter the row settings and change the color: https://gyazo.com/115b1f58202f369ead807dad0eb5397b

    Main menu text color:

    .whb-color-dark .navigation-style-default .item-level-0.current-menu-item > a{
    color:#000000
    }
    .navigation-style-default .item-level-0:hover > a{
    color:#000000
    }
    .navigation-style-default .item-level-0 > a{
    color:#000000
    }

    Login /Register text

    .whb-color-light .whb-header-links .item-level-0>a{
    color:#000000;
    }

    Change the colors as per your needs and add them into the Theme settings > Custom CSS

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)