Home Forums WoodMart support forum Menu Item Color

Menu Item Color

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #54892

    gzelasco
    Participant

    Iam using the new header builder tool
    Where should be change menu item color? From Typography, from color and style, from the header builder itslef?

    #54906

    Hello,

    In order to change colors navigate to Woodmart > Header Builder > your menu and find this editing option http://prntscr.com/jao6kj

    Then find http://prntscr.com/jao7cm options to set light or dark color for the font as well options for background.

    If you need something specific provide screens, I will provide custom CSS.

    Best Regards

    #54982

    gzelasco
    Participant

    Hi, light or dark color is not a color
    Could you please provide custom CSS for a specific color? #dd8500

    #55034

    Hello,

    Please try this code:

     .whb-header-bottom .main-nav .item-level-0 > a{
    color:#dd8500;
    }
    /*on hover*/
     .whb-header-bottom .main-nav .item-level-0 > a:hover{
    color:#dd8500;
    }

    Please the color on hover if you need or delete the code. Add this CSS to Theme Settings > Custom CSS

    Best Regards

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