Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #588690

    Ahoy –

    How do I change the color of the square search icon when hovered?

    #588987

    Hi,

    adding the following to the quick css should change the colour when hovering…

    #searchsubmit:hover{
    background-color:#eebbee!important;
    }

    Change the value #eebbee to whatever color you need.

    Hope that helps

    TJ

    #589004

    Hi!

    Please refer to @tjswarbs78’s post

    @tjswarbs78
    Thanks for your help :)

    Cheers!
    Yigit

    #589408

    I need to change the search icon color not the box.

    Please advise

    #589416

    Hey!

    Please use following code instead

    #searchsubmit:hover {
        color: red;
    }

    Best regards,
    Yigit

    #590042

    Thanks!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘enfold search box customization’ is closed to new replies.