Change capital letters in the Titles of Sidebar

Home Forums Gillion Theme Change capital letters in the Titles of Sidebar

Home Forums Gillion Theme Change capital letters in the Titles of Sidebar

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    RESOLVED Posts
  • dianazahe
    Participant

    Hi

     

    My sidebar is showing the titles or headings in capital letters, How Can I change this in order to have this titles in lower case

     

    Please see photo attached

     

    Attachments:
    You must be logged in to view attached files.

    Hi @dianazahe,

     

    Thank you for your question.

     

    You can change it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #sidebar .widget-item .widget-title {
        text-transform: lowercase;
    }

     

    Best regards,
    Shufflehound team

    dianazahe
    Participant

    Thanks!!

    I´m having the same problem with the titles of the widgets in the Footer Area,

     

    Can you please help me with the code to have the titles in lower case in this area?

    dianazahe
    Participant

    Oh!! I tryed the code for the sidebar and now i have the entire titles in lowercase, even the first letter that should be in capital letter.

     

    For example the heading should be: Recent posts

    And now is all in lower case like this: recent posts

    *See the photo attached

     

    Please, Could you help me with a code that allow me to use capital letters as well when it is necessary? (In sidebar and footer)

     

    Attachments:
    You must be logged in to view attached files.

    Solution for this topic

    You can achieve it using below CSS code.

     

    .sh-footer-widgets h3.widget-title,
    #sidebar .widget-item .widget-title {
        text-transform: capitalize;
    }

    dianazahe
    Participant

    Thanks so much!

    Everything ready!

    dianazahe
    Participant

    Thanks! everything ready

    You are most welcome here 🙂

Viewing 8 posts - 1 through 8 (of 8 total)