Get 10% OFF on Themes Bundle, Use Coupon Code GRC10 | Limited Time Offer! Buy Now

WordPress Website Templates

Find Professional WordPress themes Easy and Simple to Setup

Reply To: Tagline Font Color

#8989
Grace Themes
Participant

Hi Karl,

To change font size and color of tagline

Go to Appearance -> Theme Options -> Basic Settings -> Custom CSS
add below css code and change font zize and color code

.tagline {
    color: #cccccc;
    font-size: 16px;
}

Regards
Grace Themes