Tagged: ,

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

    Hello Everyone,

    I would like to have the titles in my header change colors when hovered over but for some reason even with the settings changed the background still changes to green as well. I’m trying to get just the words and can’t seem to figure out why the background is still changing to green as well. Any help would be amazing and thank you everyone for your time.

    – Nolan

    #1201073

    Hey Nolan,
    Sorry the login didn’t work for me so I couldn’t see your settings, but as I understand, you only want the text in the menu to change to green on hover.
    Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

    #top #header .av-main-nav > li:hover > a,.header_color .main_menu .menu ul li a:hover {
        background-color: #000 !important; 
        border-color: #000 !important; 
    }
    #top #header .av-main-nav > li:hover > a > .avia-menu-text,#top #header .av-main-nav > li ul li > a:hover > .avia-menu-text {
    	color: #64bb2e !important;
    }

    After applying the css, Please clear your browser cache and check.

    Best regards,
    Mike

    #1202938

    Mike thank you so much again for you help and time. It worked and looks great!

    #1202955

    Hi nojo0440,

    Glad we could help :)

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.