Home Forums Viral Capital letters on top block ticker

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #14345
    danilobd
    Participant

    How to change text transform to none? Letters are capitalized on top block ticker.

    #14373
    Hash
    Keymaster

    The 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.

    #14381
    danilobd
    Participant

    Post 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.

    #14449
    Hash
    Keymaster

    Yes, 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;}

    #14452
    danilobd
    Participant

    You 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.

    #14474
    danilobd
    Participant

    I just found in the style.css and changed to:

    .vl-title-container h3{
    font-size: 18px;
    text-transform: none; (it was “capitalize”)

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.