October 30, 2013 at 7:40 am
#4893
Rabin Shrestha
Participant
For changing the size of tagline text paste this CSS to Custom CSS box
#site-description{
font-size: 18px;
}
You change the value to your desired px value
Rabin