PDA

View Full Version : How to Change Default Post Font


DS-NT
06-27-2013, 07:05 PM
Is there a way to do this?

Thanks

sukagwe
06-28-2013, 01:26 PM
go to admincp > styles & templates > style manager > edit templates

find CSS templates then edit the css_additional.css

add the following code:
.body { font-family:"any font family you want to use" !important}

DS-NT
06-30-2013, 05:40 PM
Thanks for your response,

unfortunately it didn't work for me, this is what I entered:

.body {font-family:"Verdana" !important}

sukagwe
07-01-2013, 04:25 AM
Try "body", without the "."

Body {

DS-NT
07-01-2013, 07:53 AM
That didn't work either, do I have to clear any cache or anything after I make the changes?

--------------- Added 1372669728 at 1372669728 ---------------

Just an update:

The font changed only on the mod widgets not inside the posts or threads

sukagwe
07-01-2013, 09:05 AM
go to admincp > styles & templates > style manager > style variable editor

search for body_font in global categories then enter the name of the font you want to use in font family option

Lynne
07-01-2013, 03:17 PM
If that doesn't work, we will need a link to your page in order to check out the CSS.

DS-NT
07-01-2013, 08:08 PM
go to admincp > styles & templates > style manager > style variable editor

search for body_font in global categories then enter the name of the font you want to use in font family option

Worked! Brilliant, thanks!