Change fonts and upper lowercase

Home Forums All Other Themes Change fonts and upper lowercase

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #221060
    Andrew MellishAndrew Mellish
    Participant
    • Topics: 2
    • Replies: 0
    • Total: 2
    Member since: August 10, 2023

    Hi
    I am using the GB Skeleton theme. How can I get the heading to go from all uppercase to a mixture? For example “WELCOME” becomes “Welcome”. Also can I change the fonts?

    Thanks for any help

    #221106
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 31001
    • Total: 31001
    Member since: August 16, 2013

    Hi,

    Kindly go to Appearance >> Customize >> Basic >> Scroll down to find Custom CSS and paste there:

    .gb-skeleton-banner-content h2 {
      text-transform: uppercase;
    }

    Regards,
    Dave

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