I'm using the theme Reddle and cannot seem to change the font on the right panel to be bigger.
The blog I need help with is http://www.whisksandruffles.com
Thank you!
The blog I need help with is whisksandruffles.com.
WordPress.com is an easy way to start blogging. Get a blog, check out our features, read the latest announcements, choose from great themes, or learn about the team behind it.
Need help? Check out our Support site, then
I'm using the theme Reddle and cannot seem to change the font on the right panel to be bigger.
The blog I need help with is http://www.whisksandruffles.com
Thank you!
The blog I need help with is whisksandruffles.com.
sorry i'm a total novice at this...
I'll move this topic to the CSS forum where someone with CSS knowledge will be able to find it.
thank you.
Try it:
html {
font-size : 80%;
overflow-y : scroll;
}
===
-- or
change "80%" with the numbers you want.
If you want to change all the font size, try this code:
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
font-size : 110%;
}
===
-- or
change "110%" with the numbers you want.
Hi Duto. Thanks for the help. The first one works great :)
This topic has been closed to new replies.