Hello,
Similar to another post I found, I want to remove the function that makes H1, H2, and the icon list titles all capitals.
I tried this but it didn’t make a difference:
h1, h2, h3 {
text-transform: none !important;
}
any ideas?
Thanks thanks!
Hey GGLNetwork!
Thank you for coming back.
Iconlist headers have h4 tag.
h4{
text-transform: none !important;
}
To limit changes to iconlist:
.avia-icon-list h4{
text-transform: none !important;
}
Best regards,
Günter
Thanks so much! that was perfectly helpful. Have a lovely day!