Increasing Category Font Size on Forums
Okay. I'm new to the whole vanilla forums thing and I have watched some tutorials. But I can't figure out how to change the font size on a category. I want to use a category as a header. How can I do this?
0
Okay. I'm new to the whole vanilla forums thing and I have watched some tutorials. But I can't figure out how to change the font size on a category. I want to use a category as a header. How can I do this?
Comments
Welcome to the community!
Font sizes can be changed with CSS, but I don't understand where exactly you want to change it. Could you attach a screenshot?
But if I understand correctly, you want to have categories as a "heading" category which contains the actual categories. This can be done in the "Manage Categories" section of your dashboard:
The heading, "The Sims 4" is what I'm trying to increase the font size in. I am also fairly new to css. Where can I change it?
The CSS rule to add would be something like
.CategoryList .CategoryHeading { font-size: 3em; }If you don't know how to customize your theme, read this comment first:
http://vanillaforums.org/discussion/comment/217104/#Comment_217104
You are awesome. Thank you so much!