Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #60932
    Alexander T
    Participant
    Premium Member

    When I deactivate the option “Typography –> Headings –> Uppercase” the widget headings in the preview turn to lowercase as expected. After publishing and reloading the page the widget headings have surprisingly turned to uppercase again, while headings of pages and posts stay lowercase. See screenshots at https://dl.tgt.at/ashe1.png

    Is there a way to make widget headings lowercase permanently?

    Any help is highly appreciated.
    Alexander

     

    #60938
    vako
    Keymaster
    WP Royal Team

    Hi Alexander,

     

    Please share a direct link to the page where the widgets appear and we will create a custom CSS snippet especially for you, to make widget headings lowercase.

     

    Kind Regards

    #60943
    Alexander T
    Participant
    Premium Member
    This reply has been marked as private.
    #60945
    vako
    Keymaster
    WP Royal Team

    Hi Alexander,

     

    Please navigate to Dashboard > Appearance > Customize > Additional CSS section add the following snippet:

    .widget-title h2, h3, h4, h5, h6 {
    text-transform: lowercase !important;
    }

     

    Kind Regards

    #60946
    Alexander T
    Participant
    Premium Member

    Dear vako,

    Excellent, thank you so much! It works perfectly.

    Regards
    Alexander

    #61017
    vako
    Keymaster
    WP Royal Team

    Feel free to contact us at any time, we are more than happy to help.

     

    Kind Regards

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