Home Forums WoodMart support forum Nav Menu Hover

Nav Menu Hover

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

    Hi
    I have entered a custom code for my nav category menu. Here is it
    .vertical-navigation .item-level-0>a {
    padding: 12px 12px !important;
    color: #333 !important;
    text-transform: none !important;
    font-weight: 400 !important;
    font-size: 13px !important;
    line-height: 18px !important;
    }

    Now I want to include to this code a hover effect, I want the categoriy names to become bold when I hover to them. Can you help me with code?

    Thanks a lot.

    #264376

    Hello,

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

    ul#menu-categories a.woodmart-nav-link:hover {
        font-weight: bold !important;
    }

    Best Regards.

    #264405

    Thanks. It worked perfectly.

    #264406

    Most Welcome šŸ™‚

    If you do not mind, can you please leave a 5 stars rating for our Theme & Customer and Technical Support by going here: http://themeforest.net/downloads It will allow us to release more updates and provide dedicated support in future. It would encourage our work a lot. If you like our Theme and Support.

    Thanks for contacting us.
    Have a great day šŸ™‚

    Topic Closed.
    Best Regards.

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

The topic ‘Nav Menu Hover’ is closed to new replies.