Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1280639

    Hi Team, scratching my head why the H1 font style doesn’t transform to “None”:
    Screenshot: https://monosnap.com/file/iHZjetxwKg5UeX2d7dsZNxKApllElk

    Even though the:

    (1) Upper+Lower Case Text is used in the Special Heading Content Element
    Screenshot: https://monosnap.com/file/hLofNccsd7WVyC55g7Q3kBLXoyYQpO

    (2) Advanced Styling > All Headings (H1-H6) settings show “None” for Text Transform
    Screenshot: https://monosnap.com/file/Y1vPTxhgA0sXIFIgOlZDTTFcJZheyd

    (3) Quick CSS also includes the Text Transform None code:
    Screenshot: https://monosnap.com/file/1Dm1bn1CYWRKl0dwQGRWQORk4XcEta

    #1281437

    Hey Sherman,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1281459

    Thanks for responding, Victoria – here’s my URL: https://shermanlive.com/ – -appreciate any insight you may have on this :-)

    #1281523

    Hi Sherman,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .template-page .entry-content-wrapper h1,
    #top h2,
    #top h3  {
      text-transform: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1281530

    Thanks, Victoria. It didn’t work this time.
    – Added code to Quick CSS
    – Added code to Theme Editor > style.css (/wp-admin/theme-editor.php?file=style.css&theme=enfold-child)
    – Added code to themes/enfold/css/custom.css via Filezilla
    – Cleared Litespeed Cache > Purge All
    – Cleared browser cache
    – Purged CDN
    … and the H1 titles are still all uppercase. Hmmm…

    Any other workarounds?

    #1281713

    Hi Sherman,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1281864

    Did you end up fixing it, Victoria? Looks good now – something’s changed :-) Whatever the magic dust you sprinkled, I appreciate you!

    #1281908

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Text Transform None in Quick CSS & Advanced Styling Doesn't Change H1 Font’ is closed to new replies.