Home Forums WoodMart support forum menu hover color

menu hover color

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

    pityhana
    Participant

    hello sir
    i need to change the hover link color of menu in header in dark theme. also need to make active link in other color.
    also need to change (login to sign in)
    thank you sir

    #52768

    Hello,

    Thank you for choosing our theme and contacting our support.

    Please add these CSS codes to Theme Settings > Custom CSS:

    
    /*for active menu item*/
    .menu-style-default .header-color-light .main-nav .current-menu-item>a{
    color:#888888
    }
    /*for hover menu item*/
    .menu-style-default .header-color-light .main-nav .menu-item>a:hover{
    color:#888888
    }
    

    Please provide your admin access I will check the best way for changing (login to sign in)

    Best Regards

    #52995

    pityhana
    Participant

    dear sir
    the color not change

    please also one thing i need new page like this :
    https://woodmart.xtemos.com/parallax-scrolling/

    #53024

    Hello,

    Please add this CSS:

    .whb-color-light .navigation-style-default .item-level-0>a:hover{
        color:red;
    }
    .whb-color-light .navigation-style-default .item-level-0.current-menu-item>a{
        color:red;
    }

    Put your color number instead of “red”

    In order to set parallax, enter the row and switch to Walmart Extras and you will find how to configure.

    If you have any questions feel free to contact us.

    Best regards

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