Home › Forums › WoodMart support forum › Header text colour › Reply To: Header text colour
February 7, 2018 at 1:45 pm
#38080
Artem Temos
Keymaster
Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.
body .main-nav .item-level-0>a {
text-transform: none;
}