Home Forums WoodMart support forum Edit options? Reply To: Edit options?

#148733

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