News:

Create A Forum Installed

Author Topic: Header text  (Read 1161 times)

0 Members and 2 Guests are viewing this topic.

Offline conductor

  • Jr. Member
  • **
  • Posts: 94
  • Karma: 0
    • View Profile

Badges: (View All)
Sixth year Anniversary Fifth year Anniversary Fourth year Anniversary
Header text
« on: April 15, 2012, 10:51:52 pm »
Can anyone direct me to the text code for the header?


I would like to bold it and change color.


thanks


Greg

Share on Facebook Share on Twitter


Offline Alex

  • CAF Support Team
  • Full Member
  • ***
  • Posts: 235
  • Karma: 13
  • Gender: Male
  • Location: Greenville, North Carolina
    • View Profile

Badges: (View All)
Eighth year Anniversary Seventh year Anniversary Sixth year Anniversary
Re: Header text
« Reply #1 on: April 17, 2012, 02:57:58 am »
Through the help of a friend I have got this to offer you:

A) The forum header link is already bold.
B) In order to change the color of the title link, you'll have to add some code to your CSS. Go to Admin>Style Manager>"Modify" for the selected style. Search for the following in the code by using Ctrl+F:
Code: [Select]
/* the main title, always stay at 45 pixels in height! */In this section, you can change the font size under the "font-size:" field. However, formatting the link otherwise will not work unless you add the following after the closing tag ( } ) after "float: left;"
Code: [Select]
h1.forumtitle a:link, h1.forumtitle a:visited
{
color: red;
}
Change "red" to whatever color you want.
Terms Of Service

Please don't PM me with support questions

Offline conductor

  • Jr. Member
  • **
  • Posts: 94
  • Karma: 0
    • View Profile

Badges: (View All)
Sixth year Anniversary Fifth year Anniversary Fourth year Anniversary
Re: Header text
« Reply #2 on: April 17, 2012, 03:35:47 pm »
Thank you, that code worked perfectly.  Appreciate your time!


Greg

 

Related Topics

  Subject / Started by Replies Last post
3 Replies
819 Views
Last post January 26, 2011, 05:25:24 am
by simply sibyl
1 Replies
519 Views
Last post February 24, 2013, 05:10:34 pm
by aIURbliS
4 Replies
734 Views
Last post April 20, 2013, 05:35:43 pm
by shell
0 Replies
503 Views
Last post May 09, 2013, 06:10:10 pm
by Amanda Brown
1 Replies
1747 Views
Last post July 26, 2013, 02:12:32 pm
by pro