Home › Forums › WoodMart support forum › Edit options? › Reply To: Edit options?
October 6, 2019 at 5:23 pm
#148733
Elise Noromit
Member
Hello,
1. In order to change the colors on the site, you need to change them in the Theme Settings > Styles and colors. You will find options for Primary colors, backgrounds, and buttons.
2. Please add this code to the Theme Settings > Custom CSS > Global:
body .whb-scroll-stick .wd-tools-element > a span{
text-transform:none;
}
body .whb-color-dark .navigation-style-default .item-level-0>a span{
text-transform:none;
}
Best Regards