• Resolved Anonymous User 9824923

    (@anonymized-9824923)


    Hallo. I’m trying to capitalize this widget font

    #recent-posts-2 ul li a {
    font-family: Avenir, Nunito, Arial, sans-serif!important;
    font-size: 16px;
    font-style: normal;
    font-weight: 100;
    text-transform: capitalize!important;
    }

    But the it isn’t responding the code. I don’t know another to capitalize characters. I even add the important.

    View post on imgur.com

    Can anybody help me?

    Best regards,

    Irina

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You need to first rewrite this text to use normal case. Content should always be written in normal language and not uppercase. You can use CSS to make things uppercase.

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Hallo. This is getting the uppercase from the titles of the articles, I write them in uppercase. So following your advice, I’m using:

    #content h1.entry-title {
    text-transform: uppercase;
    }

    And writing them in normal case. It worked.

    Thread Starter Anonymous User 9824923

    (@anonymized-9824923)

    Can you help me with one more thing? I’m trying to change the color from my search button over it is black LOLOL.

    Regards,

    Irina

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Text-Transform capitalize widget’ is closed to new replies.