URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Create A Forum - Support Forums
  HTML https://support.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Style Support
       *****************************************************
       #Post#: 4173--------------------------------------------------
       Header text 
   DIR By: conductor
       Date: April 15, 2012, 5:51 pm
       ---------------------------------------------------------
       Can anyone direct me to the text code for the header?
       I would like to bold it and change color.
       thanks
       Greg
       #Post#: 4178--------------------------------------------------
       Re: Header text 
   DIR By: Alex P.
       Date: April 16, 2012, 9:57 pm
       ---------------------------------------------------------
       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 ---
       /* the main title, always stay at 45 pixels in height! */
       --- End Code ---
       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 ---
       h1.forumtitle a:link, h1.forumtitle a:visited
       {
       color: red;
       }
       --- End Code ---
       Change "red" to whatever color you want.
       #Post#: 4182--------------------------------------------------
       Re: Header text 
   DIR By: conductor
       Date: April 17, 2012, 10:35 am
       ---------------------------------------------------------
       Thank you, that code worked perfectly.  Appreciate your time!
       Greg
       *****************************************************
       Page 1 of 1