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*

Change home page primary slogan to lowercase?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #42224
    Nathan
    Participant

    Is there some css code that would display the primary slogan as written (only capitalizing the words I’ve written that way, not every letter as it does now)? I have three words now, with only the first letter of the first word capitalized. But all three words display in all caps.

    Thanks.

    #42233

    Hi Nathan,

    Goto Dashboard -> Appearance -> Customize/Theme Options -> Design Options -> Custom CSS and add the below css

    .slogan-wrap .slogan {
        text-transform: inherit;
    }

    Thank you!

    #42280
    Nathan
    Participant

    Perfect. Thanks

    #42284

    You welcome Nathan

    Thank you!

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