HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
How to customize font size in Bootstrap theme
![rmkleemann](https://secure.gravatar.com/avatar/bfacbdc5709429ea724bc93ad43f33ef/?default=https%3A%2F%2Fvanillicon.com%2F9a62372be9b20f4cd2180098d97c7582_100.png&rating=g&size=100)
in Localization
I've installed the Bootstrap theme and using the Cyborg option.
I'm trying to adjust the font size of topic titles as they come out too big, I was looking at the design/custom_cyborg.css but can't really see where to customize that.
The font of the post text itself is fine, but the topic title is very large
0
Best Answer
-
rasteron ✭✭
you're welcome and from experience of course
Try this with the new topic/discussion button:
.Button.Primary.Action.NewDiscussion { color: black; background:red; }
change colors accordingly. hope that helps.
8
Answers
@rmkleemann
I'm using Bootstrap as well. Try this in your CSS Code:
just change the size according to your preference.
sample result here:
thanks rasteron, I'll give that a try. In which CSS file should I put that?
Hey sure thing. You can try placing it on bootstrap/design/custom.css file or for quick editing just use @Bleistivt cssedit plugin http://vanillaforums.org/addon/cssedit-plugin
That's great, thank you! This CSS Editor is neat.
How did you determine that the class was "PageTitle"? In looking at the HTML source I saw it as HomepageTitle instead, but PageTitle as you mentioned, worked fine.
Similarly, if I want to change the color of the button and text for the "New Topic" how do I find out what to customize in the CSS editor?
you're welcome and from experience of course![:) :)](https://open.vanillaforums.com/plugins/emojiextender/emoji/little/smile.png)
Try this with the new topic/discussion button:
change colors accordingly. hope that helps.