News:

Create A Forum Installed

Author Topic: Can the forum name be in bold please?  (Read 1054 times)

0 Members and 1 Guest are viewing this topic.

Offline hondas800

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
    • View Profile

Badges: (View All)
Karma Good Level 2 Third year Anniversary
Can the forum name be in bold please?
« 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.

Share on Facebook Share on Twitter


Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7186
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: Can the forum name be in bold please?
« Reply #1 on: February 05, 2021, 01:03:54 am »
Link to your site? Probably can be done via CSS.
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

Offline hondas800

  • Newbie
  • *
  • Posts: 6
  • Karma: 0
    • View Profile

Badges: (View All)
Karma Good Level 2 Third year Anniversary
Re: Can the forum name be in bold please?
« Reply #2 on: February 05, 2021, 01:10:05 am »

Offline CreateAForum

  • Administrator
  • *****
  • Posts: 7186
  • Karma: 327
    • View Profile

Badges: (View All)
Avatar Linux User Tenth year Anniversary
Re: Can the forum name be in bold please?
« Reply #3 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;
}
Like Create A Forum? Support me at https://www.patreon.com/vbgamer45/

 

Related Topics

  Subject / Started by Replies Last post
2 Replies
669 Views
Last post March 25, 2011, 05:57:46 am
by Rude
1 Replies
642 Views
Last post February 11, 2013, 09:19:27 pm
by aIURbliS
0 Replies
1564 Views
Last post January 13, 2015, 10:05:52 am
by hudumapoa
2 Replies
1727 Views
Last post September 24, 2016, 05:10:31 am
by guest4660
1 Replies
1973 Views
Last post November 18, 2018, 02:16:09 pm
by CreateAForum