Home › Forums › WoodMart support forum › every word is capitalized
every word is capitalized
- This topic has 19 replies, 2 voices, and was last updated 1 year, 11 months ago by
Elise Noromit.
-
AuthorPosts
-
March 9, 2023 at 7:50 pm #449813
teplospektrParticipantTemplate CSS – text-transform: capitalize and change to text-transform: none
Did that, nothing changes. could help
Attachments:
You must be logged in to view attached files.March 10, 2023 at 2:11 am #449867
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-nav-main>li>a, .wd-nav-secondary>li>a { text-transform: none; }
Best Regards
March 10, 2023 at 11:28 am #449975
teplospektrParticipantdid not change
Attachments:
You must be logged in to view attached files.March 11, 2023 at 5:24 am #450199
Elise NoromitMemberHello,
Please replace the code with this one:
body .wd-nav-main>li>a, body .wd-nav-secondary>li>a { text-transform: none!important; }
Best Regards
March 11, 2023 at 1:45 pm #450253
teplospektrParticipantThe menu helped. Everything is the same in categories and footer
Attachments:
You must be logged in to view attached files.March 12, 2023 at 1:03 am #450344
Elise NoromitMemberHello,
You can change the font by means of the Advanced typography option, which allows you to choose the item from a drop-down or insert your custom CSS class. Please navigate to the Theme Settings > Typography > Advanced Typography.
Here is the documentation providing more detailed instructions: https://xtemos.com/docs/woodmart/advanced-typography-settings/
Best Regards
March 13, 2023 at 3:14 pm #450723
teplospektrParticipantI have already chosen everything, but capital letters are not removed in these elements.
Attachments:
You must be logged in to view attached files.March 14, 2023 at 5:30 am #450901
Elise NoromitMemberHello,
I do not see the problem in the footer: https://gyazo.com/136ba6cfc1454595ad043c4f64faca7f
Please provide the page URL with the problem, we will provide custom CSS.
If you have any questions please feel free to contact us.
Best Regards
March 14, 2023 at 9:13 pm #451196
teplospektrParticipanthttps://www.zapchastkotel.com.ua/product-category/datchiki-rele/
With the footer everything is fine. I attached a screenshot and marked everything on it, open it.
Attachments:
You must be logged in to view attached files.March 16, 2023 at 4:18 am #451554
Elise NoromitMemberHello,
Please remove this CSS: https://gyazo.com/698f72974f10ab9cf46c9cff586dc297 in the Theme Settings > Custom CSS.
Please add this code to the Theme Settings > Custom CSS > Global:
body .category-grid-item h3.wd-entities-title { text-transform: none; }
Best Regards
March 16, 2023 at 1:18 pm #451686
teplospektrParticipantCode added. No changes
Attachments:
You must be logged in to view attached files.March 17, 2023 at 4:38 am #451907
Elise NoromitMemberHello,
Please check Appearance > Customize > Additional CSS, remove the code https://gyazo.com/698f72974f10ab9cf46c9cff586dc297
You need to change the title of the product: https://gyazo.com/76e9e41629d6f1a8035ac15255eab112 When you insert the title with capital letters it cannot be changed with CSS.
Please add this code to the Theme Settings > Custom CSS > Global:
body .woocommerce-mini-cart__buttons .btn-cart { text-transform: none; } body .woocommerce-mini-cart__buttons .checkout { text-transform: none; }
Move all CSS from Additional CSS to Theme Settings > Custom CSS.
Best Regards
March 17, 2023 at 1:23 pm #452047
teplospektrParticipantGuys, maybe I’m doing something wrong! Do you have the opportunity to do this? Access to the admin panel screwed!
March 17, 2023 at 9:53 pm #452199
teplospektrParticipanteverything is still
Attachments:
You must be logged in to view attached files.March 18, 2023 at 2:11 am #452227
Elise NoromitMemberHello,
You missed the
}
and the code is not valid, please copy the code carefully.If you have any questions please feel free to contact us.
Best Regards
March 18, 2023 at 2:24 am #452231
teplospektrParticipanteverything is still
Do you have the opportunity to do this? Access to the admin panel screwed!
-
This reply was modified 1 year, 11 months ago by
teplospektr.
Attachments:
You must be logged in to view attached files.March 19, 2023 at 12:48 pm #452401
teplospektrParticipant???
March 21, 2023 at 4:18 am #452831
Elise NoromitMemberHello,
You can disable the Capitalize for buttons in the Theme settings > Style and colors > Buttons: https://gyazo.com/2188e3ca46f7f2aa3a3600c80a6cbe22
We have removed the custom CSS related to the buttons we suggested before.
Best Regards
March 23, 2023 at 7:27 pm #453716
teplospektrParticipantCould make the display in categories without capital letters. Access to the admin panel indicated
It did not help:
body .wd-nav-main>li>a,
body .wd-nav-secondary>li>a {
text-transform: none!important;
}body .wd-header-cart .wd-tools-icon {
background-color:white!important;
}body .category-grid-item h3.wd-entities-title {
text-transform: none;
}March 25, 2023 at 2:22 am #454027
Elise NoromitMemberHello,
When the typography is set in the builder it is not possible to change it with custom CSS. Please enter the element and change: https://prnt.sc/EMbuVKh4Utqz
If you have any questions, please feel free to contact us.
Best Regards
-
This reply was modified 1 year, 11 months ago by
-
AuthorPosts
- You must be logged in to create new topics. Login / Register