Home Forums WoodMart support forum screen texts still appear in English Reply To: screen texts still appear in English

#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;
}