Main Heading on Home Page. Is it possible to have UPPER & lower case letters?

Discussion in 'Foogo Pro WordPress Theme' started by gloryous, Mar 16, 2018.

  1. gloryous

    gloryous Member

    Joined:
    May 25, 2012
    Messages:
    223
    Likes Received:
    8
    Greetings!

    I'd like to be able to have both upper and lower case letters in the top heading on the Home Page.

    I've entered #theMERGEway, but it displays as #THEMERGEWAY.

    IT-Heading-want-lower-case.png
    Is this possible?

    Thank you,
    Glory
     
  2. akbar92

    akbar92 Support Staff Staff Member

    Joined:
    Jun 3, 2017
    Messages:
    2,318
    Likes Received:
    49
    Hi Glory,

    Greetings from InkThemes,

    To make desirable changes, just paste the code given below in Custom CSS section.
    (Dashboard->Inkthemes->Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #sub_header .st-title-wrap .st-title {
        text-transform: inherit;
    }
    Hope this helps...!

    Thanks & Regards!
    Akbar
    InkThemes.com
     

Share This Page