Info
- 4 posts
- 2 voices
- Started 2 years ago by InvTrdr
- Latest reply from InvTrdr
- This topic is resolved
Bold letters in Heading
-
- Posted 2 years ago #
Is it possible to make the letters in a topic heading bold? I tried using the tag<b> but it does not work. I am using Kakumei.
Thanks. -
- Posted 2 years ago #
So, the topic title, like "Bold letters in Heading" here? Only on the topic page?
You need to find this in style.css:
.topictitle { font-size: 26px; font-weight: normal; display: inline; }and change the font-weight to bold, like this:
.topictitle { font-size: 26px; font-weight: bold; display: inline; }It's all controllable with CSS. Most of the things you've wanted to change in the past couple weeks are just CSS modifications.
-
- Posted 2 years ago #
Thanks. I tried the "strong" tags and they seemed to work too.
Thank you. -
- Posted 2 years ago #
Sorry. Not the topic title. I meant the title below the topic title, in the post itself.
Thank you. -
You must log in to post.