Tagged: text transform
Hi, text transform to none doesn’t work anywhere in my site.
(not in quick css not in advanced style (https://www.buurtoppeil.nl)
none of the usual things work?!
Kind regards Pieter Kuiper
Hey a10plus,
It’s likely due to the CSS you have added in Quick CSS:
.faq-title h4 {
margin: 0px !important;
font-size: 16px !important;
line-height: 22px !important;
padding: 0 !important;
color: #000000;
font-weight: normal;
h1{
text-transform: none !important;
}
You need a closing curly bracket after the first block.
Best regards,
Rikard
Thank you so much!
