Site logo

Archived topic

Navigation search styling

3 replies · Started by Andrea on March 22, 2022

Viewing posts 1–4 of 4

Hello, I need a bit of styling help to the navigation search input. I used some of the code from another post but I can't figure out why the active search bar is semi-transparent. Thanks for any help!

Hi Andrea,

Add one line to your CSS opacity: 1;

.navigation-search input[type="search"], 
.navigation-search input[type="search"]:active {
    background-color: #bf8f83!important;
    color: black !important;
    font-weight:bold;
    opacity: 1;
}

Great, thanks! That worked :)

You are welcome :)

This archived topic is closed to new replies.