Woodmart Main menu all caps
-
hello,
I would like to change the main menu in the header from all caps to first letter caps and the rest lower case.
also if I wanted to change the rest of the site to the same as there seems to be a lot of caps being used, is there a way i can do this also?
thank you.
Hello,
First of all thanks for choosing our Theme, we are glad to be you in the WoodMart WordPress family :).
The only way is custom CSS. Add this code to the Theme Settings > Custom CSS:
body .menu-mega-dropdown .sub-menu>li>a, .mega-menu-list>li>a,
body .search-by-category .input-dropdown-inner>a,
body .woodmart-navigation .item-level-0>a{
text-transform:none;
}
For the other sections please provide some relevant screenshots with the URL of the website to check it myself and help you out accordingly.
Regards.
Xtemos Studios
that’s great thank you, It worked perfectly, Could you also tell me how to change the dividers colour separating the main menu in the header to white?
thank you.
Hello,
You are Most Welcome.
Please provide a relevant screenshot with the URL of the page to check it myself and help you out accordingly.
Regards.
Xtemos Studios
Thank you
Attachments:
You must be
logged in to view attached files.
Hello,
Please try adding the following Custom CSS in the Custom CSS for Desktop area under Theme Settings >> Custom CSS.
.whb-color-dark .navigation-style-bordered .item-level-0:after, .whb-color-dark .navigation-style-separated .item-level-0:after {
border-color: red;
}
Best Regards