DIR Return Create A Forum - Home
---------------------------------------------------------
Create A Forum - Support Forums
HTML https://support.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Style Support
*****************************************************
#Post#: 23994--------------------------------------------------
Can the forum name be in bold please?
By: hondas800 Date: February 4, 2021, 7:00 pm
---------------------------------------------------------
I am using the 'Light Red' colour scheme for my forum but the
forum name could do with being more prominent. How do I change
this please. Hopefully a few easy steps! Many thanks.
#Post#: 23995--------------------------------------------------
Re: Can the forum name be in bold please?
By: CreateAForum Date: February 4, 2021, 7:03 pm
---------------------------------------------------------
Link to your site? Probably can be done via CSS.
#Post#: 23996--------------------------------------------------
Re: Can the forum name be in bold please?
By: hondas800 Date: February 4, 2021, 7:10 pm
---------------------------------------------------------
Sorry - of course...
HTML https://hondas800.createaforum.com/index.php
#Post#: 23997--------------------------------------------------
Re: Can the forum name be in bold please?
By: CreateAForum Date: February 4, 2021, 7:36 pm
---------------------------------------------------------
Done Added You might need to do a hard fresh/clear cache
[code]
font-weight: bold;
[/code]
In your css file in
[code]
/* the main title, always stay at 45 pixels in height! */
h1.forumtitle
{
line-height: 45px;
font-size: 1.8em;
font: 250%/100% 'Century Gothic';
margin: 0;
float: left;
font-weight: bold;
}
[/code]
*****************************************************