Home › Forums › WoodMart support forum › CSS class for menu and search › Reply To: CSS class for menu and search
February 13, 2024 at 4:20 pm
#539572
Luke Nielsen
Keymaster
Hello,
1. Please clarify, do you want to change the search icon color or the search form color?
2. Try to use the below code:
.whb-header .wd-header-cart .wd-tools-text {
color: red;
}
Kind Regards