Home Forums WoodMart support forum How to change header bottom hover color and remove the underline when selected?

How to change header bottom hover color and remove the underline when selected?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #254019

    Agora
    Participant

    May I ask how to change header bottom hover color and remove the underline when selected?

    #254020

    Agora
    Participant

    Please find the photo, thanks!

    Attachments:
    You must be logged in to view attached files.
    #254063

    Hello,

    I saw the screenshot you attached. Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.

    .whb-header-bottom .whb-secondary-menu .item-level-0 > a:hover .nav-link-text:after {
    	display: none;
    }
    
    .whb-header-bottom-inner .whb-secondary-menu a:hover {
    	color: red !important;
    }

    Best Regards.

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