Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #592178

    Hi! i need the search box widget i used on the homepage to have rounded corners, and is there a way to change the color of the magnifying glass or maybe remove it??

    #592459

    Hey chaponnel,

    Please try the following in Quick CSS under Enfold–>General Styling:

    #search-6 input {
        border-radius: 5px !important;
    }
    
    #search-6 #s {
        display: !important;
    }
    

    Regards,
    Rikard

    #592577

    Thanx Rikard! that worked perfectly for the rounded corners!

    I still need to change the color of the magnifying glass background…i need it white and the glass in black, any idea?

    Thanx!

    #593163

    Hi,

    Please try the following as well:

    #searchsubmit {
    background-color:white !important;
    color:black !important;
    }

    Regards,
    Rikard

    #593316

    Thank you! that worked perfect

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