Home Forums WoodMart support forum menu items change colors on hover

menu items change colors on hover

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #293882

    intelweb
    Participant

    Hi ,
    i am trying to change the colors on mouse hover for my menu in header but from header builder there is no such option.
    Where should i look for ?

    #294005

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .wd-nav-main>li>a:hover .nav-link-text {
    color: red;
    }

    Best Regards

    #294117

    intelweb
    Participant

    hi again,
    it is not working…

    #294234

    Hello,

    It seems that there are some syntax errors in the Custom CSS areas. Please make sure that there are not Syntax Errors in any of the Custom CSS fields under Theme Settings >> Custom CSS.

    Then clear cache and check back.

    If you are still unable to change the color then provide the admin panel login details of the website to check it myself and help you out accordingly.

    Best Regards

    #294252

    intelweb
    Participant

    hello,
    in custom css i have only your code….and i would like to change the color on mouse over and for the submenu items….
    can you tell me how to set a background color for all items on mouse over ?
    Is it possible to create header with elementor and bypass yours ?

    #294275

    Hello,

    1) Please provide the admin panel login details of the website to check it myself and help you out accordingly.

    2) To add background color on hover on the menu items try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .wd-nav-main>li>a:hover {
        background: red;
    }

    3) Yes you can use the header created from elementor but you would not be able to use the default Theme header elements in it.

    Best Regards

    #294294

    intelweb
    Participant

    see private content

    #294321

    Hello,

    To change the color of the menu on hover. Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .wd-nav-secondary>li>a:hover .nav-link-text {
        color: red;
    }

    Regards.
    Xtemos Studios

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