How do I adjust Font Size for Body Content Text.

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Thu Oct 03, 2013 3:35 pm
Hi, I want to make the font bigger on the body of each page. How do I do this? Thanks.

ref: http://drshawnadarou.com/
User avatar
Gold Boarder

GK User
Thu Oct 03, 2013 5:30 pm
Hi,

Use e.g. this code in css/override.css file:
Code: Select all
body,
.box {
   font-size: 17px;
}
User avatar
Moderator


cron