Im trying to change the search abr text colour but not doing very well. Please can you point me in the right directio for how to edit the CSS to fix this?
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Hi,
Im trying to change the search abr text colour but not doing very well. Please can you point me in the right directio for how to edit the CSS to fix this?
Currently im using;
/* desktop header search colour fix */
.nectar .material-open #search-outer #search #search-box input[type="text"]{
color: #009fe3!important;
height: auto!important;
font-size: 60px!important;
text-align: left!important;
text-transform: none!important;
border-bottom: 4px solid #009fe3;
}
thanks in advance for anything you can do.
cheers
Damien
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Hi,
Thanks . This worked but the text underneath that says "Hit enter to search or Esc to close" is also white.
Thanks
Damien
Hey Again,
Add this into the Custom CSS box located in your Salient Options panel (All custom css provided is tested in the Live Browser so it will work as intended . If you cant see any changes make sure there is no red cross in the Custom CSS Box as that syntax error would cause all css below it to not show up on the Frontend):
Thanks
ThemeNectar Support Team
Thanks Tahir. You are the best!