Site logo

Archived topic

Search Background Tweaking

3 replies · Started by Chandan on December 23, 2016

Viewing posts 1–4 of 4

Hello,

Search background shows menu in the background which doesn't look good.

I added this to my CSS.

.navigation-search input[type="search"],
.navigation-search input[type="search"]:focus {
color: #000;
background: #fff;
}

How do I have background color without any transparency or showing to the menu item?

Hi Chandan,

Try this CSS:

.navigation-search input {
    opacity: 1;
}

Let me know.

Perfect

Awesome :)

This archived topic is closed to new replies.