Comments TiphaineVDR started the conversationJune 30, 2020 at 7:08amHello, I read the posts about this issue but the solution doesn't work for me (Salient > Typography > General HTML). I would like to disable capital letters that appear in my website and the woocommerce shop.Please, see attach some screenshots.Could you help me ? 2,979Andrew repliedJune 30, 2020 at 7:53amHi there,Adjust text transform in Salient > Typography > Nectar specific Hope this helps.TiphaineVDR repliedJune 30, 2020 at 8:11amYes thank you for your reply. I did this before but doesn't work. I displayed "None" at each "transform text". Also the home slider. 2,979Andrew repliedJune 30, 2020 at 8:15amHi there,Share a link to the page so that we see the cause and possible solution.Thanks. TiphaineVDR replied privately 2,979Andrew repliedJune 30, 2020 at 8:50amHi there,Use the following custom css in Salient > General settings > CSS/Script related: body.material #header-outer[data-format="centered-menu-bottom-bar"][data-condense="true"] #top .span_9 nav > ul >li > a { text-transform: lowercase; } .single-product div.product h1.product_title { text-transform: inherit; } Hope this helps. TiphaineVDR replied privately 2,979Andrew repliedJune 30, 2020 at 5:05pmHi there,Try the following custom css: #header-secondary-outer .nectar-center-text { text-transform: inherit; } Remove the following from earlier sent css: body.material #header-outer[data-format="centered-menu-bottom-bar"][data-condense="true"] #top .span_9 nav > ul >li > a { text-transform: lowercase; } Kind regards.Caroline Nogueira repliedJuly 9, 2020 at 6:05pmI'm having the same issue. I tried everything you said but it din't work. Any other suggestion? 2,979Andrew repliedJuly 9, 2020 at 6:10pmHi Caroline,Please share link to your website specific to where you have the issue so that we see solution.Thanks.Caroline Nogueira repliedJuly 9, 2020 at 6:11pmhttps://www.allinlab.co/es/. Thanks Andrew. 2,979Andrew repliedJuly 9, 2020 at 6:39pmHi Caroline,The following css will help. body h5, .row .col h5, .portfolio-items .work-item.style-3-alt p, .nectar-hor-list-item[data-font-family="h5"] { text-transform: inherit; } Thanks.Caroline Nogueira repliedJuly 13, 2020 at 3:42amHi Andrew, it worked! Thanks for your help :) Sign in to reply ...
Hello, I read the posts about this issue but the solution doesn't work for me (Salient > Typography > General HTML).
I would like to disable capital letters that appear in my website and the woocommerce shop.
Please, see attach some screenshots.
Could you help me ?
Hi there,
Adjust text transform in Salient > Typography > Nectar specific
Hope this helps.
Yes thank you for your reply.
I did this before but doesn't work. I displayed "None" at each "transform text". Also the home slider.
Hi there,
Share a link to the page so that we see the cause and possible solution.
Thanks.
Hi there,
Use the following custom css in Salient > General settings > CSS/Script related:
Hope this helps.
Hi there,
Try the following custom css:
Remove the following from earlier sent css:
Kind regards.
I'm having the same issue. I tried everything you said but it din't work. Any other suggestion?
Hi Caroline,
Please share link to your website specific to where you have the issue so that we see solution.
Thanks.
https://www.allinlab.co/es/. Thanks Andrew.
Hi Caroline,
The following css will help.
Thanks.
Hi Andrew, it worked! Thanks for your help :)