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??
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
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!
Hi,
Please try the following as well:
#searchsubmit {
background-color:white !important;
color:black !important;
}
Regards,
Rikard
Thank you! that worked perfect