- This topic has 5 replies, 2 voices, and was last updated 5 years, 4 months ago by danilobd.
- AuthorPosts
- August 20, 2019 at 6:54 pm #14345danilobdParticipant
How to change text transform to none? Letters are capitalized on top block ticker.
August 21, 2019 at 6:00 pm #14373HashKeymasterThe text on the ticker heading depends on the text that you add in customizer panel. They are not controlled by CSS. They show exactly as you type it in the customizer panel of the ticker header.
August 21, 2019 at 7:37 pm #14381danilobdParticipantPost titles in the main ticker on Front Page Section> Home Top Section are showed capitalized. We are not entering any text like this. I couldn’t change it. You can take a look at http://folhadealagoas.com.br/. If you click on the post title you will see the title not capitalized.
August 24, 2019 at 12:18 am #14449HashKeymasterYes, the title are uppercased in the block titles but not in Ticker. Please add the below CSS code in Appearance > Customize > Additional CSS field
.vl-block-title{text-transform: none !important;}
August 24, 2019 at 6:19 am #14452danilobdParticipantYou didn’t understand me. I’m talking about the main news ticker, it’s capitalized (first letter of each word are uppercased).
In CSS capitalized is different of uppercased.
It’s like this: “First Letter Of Each Word” not this: “FIRST LETTER OF EACH WORD”. If you check it out in the website http://folhadealagoas.com.br you will see it.
August 25, 2019 at 9:02 am #14474danilobdParticipantI just found in the style.css and changed to:
.vl-title-container h3{
font-size: 18px;
text-transform: none; (it was “capitalize”) - AuthorPosts
- You must be logged in to reply to this topic.