Home › Forums › WoodMart support forum › screen texts still appear in English › Reply To: screen texts still appear in English
September 13, 2021 at 6:10 am
#318077
Artem Temos
Keymaster
One was in the folder languages/themes/
and another in wp-content/themes/woodmart/
.
Try to add the following code snippet to the Custom CSS area in Theme Settings to change the uppercase.
.whb-main-header {
--wd-header-el-transform: capitalize;
}
.website-wrapper .wd-search-cat > a {
text-transform: capitalize;
}