Home Forums WoodMart support forum change color theme Reply To: change color theme

#399902

Nicosa
Participant

Hello,

I found the selector, I managed to modify it, on the other hand I would like to modify the color of the theme in the sidebar off canvas, with the selector
.mobile-nav .searchform {
–wd-form-brd-width: 0;
–wd-form-bg: transparent;
–wd-form-color: var(–color-gray-500);
–wd-form-placeholder-color: var(–color-gray-500);
z-index: 2;
box-shadow: 0 -1px 9px rgba(0,0,0,0.17);
}

change the color to the theme gray, but I apparently select this blocks .