Site logo

Archived topic

I want search to pop out on the same line.

6 replies · Started by Quested on September 13, 2021

Viewing posts 1–7 of 7

Hi,
My client want to have a same icon bar as this (hidden) website has.
This (hidden) is my client's website.

Kindly help me in this regard.

Humble Regards
Ishfaq

Hi there,

The reference site is using custom CSS.

Try adding this:

.navigation-search input[type="search"], .navigation-search input[type="search"]:active, .navigation-search input[type="search"]:focus {
	color: #1d2b46;
	font-size: 20px;
	font-weight: bold;
	height: auto !important;
}

@media only screen and (max-width: 600px) {
	.navigation-search.nav-search-active {
		background-color: rgba(255,255,255,0.95);	
		margin: 10px 10px 10px 30px;
		left: 25%;	
		height: 37px;
		width: 57%;
	}
}

@media only screen and (min-width: 600px) {   
	.navigation-search.nav-search-active {
		background-color: white;
		margin: 10px 10px 10px 30px;
		left: 55%;
		height: 37px;
		width: 37%;
		overflow: hidden;
	}
	
}

Awesome.

Worked perfectly.

Thank you so much.

On Homepage, the gradient covers the full hero section image, how can I acahive the 50% gradient.
Kindly help. I am using WP Show Posts Pro

I want to hide the website link shared in this topic. Kindly do the needful.

Hi there,

Got it.

Kindly let us know if you’ll need assistance with anything else.

This archived topic is closed to new replies.