Archived topic
can not change color and background of navigation search
5 replies · Started by Ali on June 4, 2017
Hi,
I added this code to simple CSS of my website: http://kavianionline.com
.navigation-search input[type="search"],
.navigation-search input[type="search"]:active {
color: #000000;
background-color: #f3f3f3;
}
But the search icon color and background does not change at all. I disabled w3 total cache, but there is same issue.
Please help.
Looks like it's working to me?: https://www.screencast.com/t/NULYTz45
I changed is still green, even in your screenshot :)
But in my css, the color is #f3f3f3 which is gray.
Can you try adding this CSS?:
.rtl.nav-aligned-center .main-navigation li.search-item.current-menu-item {
right: auto;
}
It worked ! But I can not understand why :))
Thanks a lot.
It's something I need to adjust in the theme - thanks for pointing it out! :)