Tagged: text
How do I change the case in special headings from ALL CAPS to Sentence Style?
Thanks.
Hi Jared!
It looks like you got it fixed, correct? If not, please provide us with screenshots highlighting what parts you want changed.
Cheers!
Rikard
Hi,
Can you just verify that my code is correct? It worked, but I just to be sure it conforms to best practices.
h1,h2.av-special-heading-tag {
text-transform: none !important;
}
h2.avia-caption-title {
text-transform: none !important;
}
.av_icon_caption,av-special-font {
text-transform: none !important;
}
h3.widgettitle {
text-transform: none !important;
}
Thanks.