Home › Forums › WoodMart support forum › CSS class for menu and search › Reply To: CSS class for menu and search
February 12, 2024 at 5:18 pm
#539133
Luke Nielsen
Keymaster
Hello,
Try to use the code below to change the text color of the search:
.wd-header-search-form .searchform .s {
color: red;
}
As for the menu, navigate to Theme Settings -> Typography -> Advanced and create such rule that is related to the menu:https://take.ms/DAqKF then change the color in the appropriate field here: https://take.ms/ds8Gz
Kind Regards