• Resolved lyhtning

    (@lyhtning)


    The site in question is https://www.emini-turtle.com

    I changed the text transform of heading 3’s from uppercase to normal. (Ideally, I don’t want any headings to be uppercase.)

    So I included this in my child theme:

    .entry-content h3 {
    	font-size: 26px;
    	letter-spacing: normal;
    	text-transform: none;
    }

    But for some reason, some headings continue to appear in uppercase letters while some do not. There seems to be a weird trend where the first three headings or so are normal but then the two headings after are uppercase, and then it’s back to normal headings.

    ****The two pages are password protected; the password is: fixheading

    You can see this on my blog’s Subscription page, it’s “NOW, ARE YOU READY TO BE ON BOARD?” and “SIMPLY MONTHLY” followed by a normal “Differences in Accuracy and Frequency.”

    And on the Faq page, it’s “ABOUT HOLIDAYS” and “ABOUT UNETHICAL CONDUCT OF USING OUR STRATEGIES.”

    I must be overlooking a simple reason that it’s doing but I can’t figure it out. Thanks in advance for the help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi lyhtning,

    Those H3 tags in question are capitalized on the page itself. The ones that are behaving correctly aren’t in all caps on the page. Change the actual headings in the content so they appear correctly, and you’ll be good to go.

    Thread Starter lyhtning

    (@lyhtning)

    Ugh, now I feel dumb. I thought I’d done that but I guess not (in my defense, the H3 tags all appear capitalized no matter what in the edit content page so it’s hard to tell).

    Thanks for pointing out the obvious!

    Ha ha! Glad it’s fixed!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Problem with text transform of heading 3’ is closed to new replies.