View Single Post
  #7  
Old 06-04-2021, 12:28 PM
 
PhilJ PhilJ is offline
 

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

Default Re: Darken Search Box

Try...
Code:
.simple-search-box { border: 2px solid #000 !important; } .simple-search-box > input, .simple-search-box > input::-webkit-input-placeholder, .simple-search-box > input::-moz-placeholder, .simple-search-box > input:-ms-input-placeholder, .simple-search-box > input:-moz-placeholder, .simple-search-box > button[type="submit"] { color: #000 !important; opacity: 1 !important; }
__________________
xcartmods.co.uk
Reply With Quote