Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #71642
    Zainab Shoukat
    Participant
    Premium Member

    Hi,

    The problem I’m facing relates to the formatting of headings in the sidebar and footer sections of my website. Specifically, I’ve been attempting to set the typography for these headings to use lowercase letters with only the first letter capitalized (title case). However, despite my efforts, the headings are consistently displayed in all uppercase (uppercase) formats.

    Here are the steps I’ve taken to address this issue:

    1. In the WordPress Customizer, I adjusted the typography settings for the sidebar and footer headings, specifying the “Pacifico” font with lowercase text and a font size of 18px.

    2. I also attempted to resolve the issue by adding custom CSS to target the headings directly and enforce lowercase formatting.

    Despite these efforts, the headings in both the sidebar and footer sections continue to appear entirely in uppercase.

    I would greatly appreciate your assistance in resolving this issue, as maintaining consistent typography across my website is crucial to its overall appearance and user experience.

    Thank you for your attention to this matter, and I look forward to your guidance in resolving this issue.

    #71646
    vako
    Keymaster
    Premium Member

    Hi Zainab,

     

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

    .sidebar-right h2,h3,h4,h5,h6 {

    text-transform: Capitalize !important;

    }

     

    Kind Regards

    #71648
    Zainab Shoukat
    Participant
    Premium Member

    Thank you very much; it worked as expected. However, I’ve noticed that the code doesn’t seem to affect the footer headings. Could you please provide the code to make the footer headings also appear in small letters?

    #71652
    vako
    Keymaster
    Premium Member

    Hi Zainab,

     

    Please share your website URL and we will check for possible solutions.

     

    Kind Regards

    #71655
    Zainab Shoukat
    Participant
    Premium Member

     

     

    Please find my website link above. Kindly review the footer heading, as it appears to be in uppercase letters, whereas the code you provided was intended for the sidebar.

    #71657
    vako
    Keymaster
    Premium Member

    Hi Zainab,

     

    Please replace the existing snippet with this one:

    .widget-title h2,h3,h4,h5,h6 {

    text-transform: Capitalize !important;

    }

     

    Kind Regards

    #71660
    Zainab Shoukat
    Participant
    Premium Member
    This reply has been marked as private.
    #71663
    vako
    Keymaster
    Premium Member

    Done, please check and let us know if you need any further help.

     

    Kind Regards

    #71664
    Zainab Shoukat
    Participant
    Premium Member

    Thanks

    #71668
    vako
    Keymaster
    Premium Member

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

     

    Kind Regards

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