Create A Forum - Support Forums

Support => Style Support => Topic started by: hondas800 on February 05, 2021, 01:00:41 am

Title: Can the forum name be in bold please?
Post by: hondas800 on February 05, 2021, 01:00:41 am
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.
Title: Re: Can the forum name be in bold please?
Post by: CreateAForum on February 05, 2021, 01:03:54 am
Link to your site? Probably can be done via CSS.
Title: Re: Can the forum name be in bold please?
Post by: hondas800 on February 05, 2021, 01:10:05 am
Sorry - of course... https://hondas800.createaforum.com/index.php
Title: Re: Can the forum name be in bold please?
Post by: CreateAForum on February 05, 2021, 01:36:32 am
Done Added You might need to do a hard fresh/clear cache
Code: [Select]
font-weight: bold;


In your css file in
Code: [Select]

/* 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;
}