View Single Post
  #2  
Old 06-02-2021, 10:30 PM
 
PhilJ PhilJ is offline
 

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

Default Re: Darken Search Box

You could add some CSS to overwrite the styles...

Code:
.simple-search-box { border: 2px solid #000 !important; } span.input-text-searchbox input::-webkit-input-placeholder, span.input-text-searchbox input::-moz-placeholder { color: #386eaf !important; }
__________________
xcartmods.co.uk
Reply With Quote