View Single Post
  #4  
Old 06-04-2021, 08:14 AM
 
PhilJ PhilJ is offline
 

X-Guru
  
Join Date: Nov 2002
Posts: 4,094
 

Default Re: Darken Search Box

In the above, change..
Code:
color: #386eaf !important;
to..
Code:
color: #000 !important;
then add....
Code:
.simple-search-box > button[type="submit"] { color: #000 !important; }
__________________
xcartmods.co.uk
Reply With Quote