Tagged: font-size
I’m trying to change the font size of the tag line in the header, it is much too small. I would like it to be about 20px. http://www.mainedar.org/majabigwaduce Could you let me know what the CSS would be for that? Thanks, ~Kathy
Hi Kathy,
To change the font size of the tag line in the header. Just add below custom CSS code to
#site-description { font-size : 13px; }
Note: Increase the above digit value 13 to make the font size bigger.