badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Allow lowercase letters in Page title?

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #11545
    Phuong
    Participant

    Hi,

    Currently all the letters in my page titles display on the homepage as upper case. I want to also show the lower case. How do I do this?

    Nevermind… found the answer

    #11552

    OK that’s great
    Thank you!

    #11726
    Phuong
    Participant

    Hi,

    I was able to change the Page title to show lowercase. It works when viewing in a computer. However, when I view on my iPhone, the Page titles in the menu bar still show all Capital letters. How do I also show lowercase letters when viewing on my phone, or when the browser is made smaller?

    Thanks in advance

    #11742
    Phuong
    Participant

    problem

    #11743
    Phuong
    Participant

    See red arrow. The page title is all capital. I only want to be able to make the first letter capital and the rest lowercase.

    #11747

    Hi Phuong,

    To make title lowercase Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #access a {
        text-transform: inherit;
    }
    
    @media only screen and (max-width: 767px) {
    	#access select {
    		text-transform: inherit;
    	}
    }

    Thank you!

    #11772
    Phuong
    Participant

    this worked. THANK YOU!

    #11777

    Ok that’s great.

    Thank you!

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