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*

Site Title Capital Letters

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #27258
    Mark
    Participant

    Hi,

    I have tried to enter the following CSS code, in order to ‘normalise’ (remove capital letters) from my site title but I haven’t been successful:

    #access a {
    text-transform: none;
    }

    Can you please tell me what I need to do to ‘normalise’ my site title?

    Thanks

    #27288

    Hi Mark,
    Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:

    #site-title {
        text-transform: none;
    }

    Thank you!

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