Viewing 2 reply threads
You must be logged in to reply to this topic.
Hi,
I’d like to change font setting on Title Heading element of Visual Composer to delete capitalization, is it possible and how can I do it?
block_title.section_title h1 {
text-transform: capitalize;
Second,
Where can I find some useful info about how to use Extra class, I used it on this page: <span style=”color: #444444; font-family: Roboto, Helvetica, Arial, sans-serif; font-size: 13px;”>https://goo.gl/7V5I71 </span>to change the color of font to white (it’s on the top of the footer) and after save change it’s been set but code disappeard.
Please help.
Hello,
Please add this code into your custom css box:
.block_title.column_title h1 {
text-transform: initial;
}
Let us know.
Best regards!
I found a switcher in tower setting so it’s ok. Sorry for bothering.
You must be logged in to reply to this topic.