Viewing 11 replies - 1 through 11 (of 11 total)
  • Hello,

    Try to add the below code to the Customize > Custom CSS sectin to change the search icon hover color –

    #site-navigation-wrap .dropdown-menu>li.search-toggle-li>a:hover {
        color: #fff;
    }
    Thread Starter josujosu

    (@josujosu)

    This doesn’t seem to work. I get an error that says Expected BRACE at line 6, col 1.

    It should work properly. Have you added other code in the custom css section? Try to check those codes or remove it temporarily to check the issue.

    Thread Starter josujosu

    (@josujosu)

    Yeah I have this added to my custom css section.
    a.comment-reply-link {
    color: #fff !important;
    }
    a.comment-reply-link:hover {
    color: #39bcef !important;
    }#site-navigation-wrap .dropdown-menu>li.search-toggle-li>a:hover {
    color: #FFFwhite

    You have an open bracket in your code. Try to use the below code –

    a.comment-reply-link {
    color: #fff !important;
    }
    a.comment-reply-link:hover {
    color: #39bcef !important;
    }
    #site-navigation-wrap .dropdown-menu>li.search-toggle-li>a:hover {
    color: #FFF;
    }
    Thread Starter josujosu

    (@josujosu)

    The code seems to go through, but my search bar still isn’t white when I hover over it or when it drops down.

    Are you asking about the green dropdown top border? Can you share a screenshot where you want the search bar white? If I’m right, then the below code will help you –

    div#searchform-dropdown:hover {
        border-color: #fff;
    }
    #searchform-dropdown input:hover {
        border-color: #fff;
    }
    Thread Starter josujosu

    (@josujosu)

    https://imgur.com/gt2H9lZ. I just want those two white bars to be there instead of it being covered in black.
    Thank you!

    Thread Starter josujosu

    (@josujosu)

    Hi, I also have an issue where when I make my browser smaller my website shrinks. Some help would be greatly appreciated here’s a link to the problem.

    View post on imgur.com


    Thank you!

    • This reply was modified 4 years, 11 months ago by josujosu.
    Thread Starter josujosu

    (@josujosu)

    I figured everything out thank you for the help!

    Glad to hear that you found a solution!

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘Need Help Changing The Hover Icon For Search Bar.’ is closed to new replies.