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*

Reply To: Change home page primary slogan to lowercase?

#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!