Info
- 3 posts
- 3 voices
- Started 5 years ago by boomanfloral
- Latest reply from Null
- This topic is not resolved
I want to change the font
-
- Posted 5 years ago #
Hi!
I want to change the font in my forum. I like the one you are using here, my forum shows a different font and smaller. I like this size and type. How can I do it?
Thank you for all your help! :)
-
- Posted 5 years ago #
Yo.
Open your folder containing all your bbPress stuff, including the
config.phpfile. Make a new folder and call itmy-templates, if it doesn't exist yet! Openmy-templatesand make another new folder, and call it anything you like. This folder will house your forum's theme.Now go back to the main bb folder, and open
bb-templates>kakumei. Copy thestyle.cssfile into the folder you created a minute ago.Open
style.css, and look for this (it's right at the top):body { margin-bottom: 50px; background: #fff; font: 62.5% 'Trebuchet MS', 'Lucida Grande', Verdana, Tahoma, Arial; }Those are the fonts that will be used, in order from left to right (if someone doesn't have, for example, Trebuchet MS they'll then try to use Lucida Grande). The font they use here is Georgia.
Change that part to:
body { margin-bottom: 50px; background: #fff; font: 62.5% Georgia, 'Times New Roman', Times, serif; }Save it and put the
my-templatesfolder and everything in it on your server in the main bb folder.Now, open your forums, go to the admin panel, go to Presentation, and click on your theme's name. Your forum should look the same as before, but with the new font. :)
-
- Posted 5 years ago #
Or just open the Kakumei folder and edit that style.css file and re-upload it. (make a back up of it ofcourse)
-
You must log in to post.