URI:
   DIR Return Create A Forum - Home
       ---------------------------------------------------------
       Create A Forum - Support Forums
  HTML https://support.createaforum.com
       ---------------------------------------------------------
       *****************************************************
   DIR Return to: Style Support
       *****************************************************
       #Post#: 14071--------------------------------------------------
       Custom titles
   DIR By: Andreas
       Date: July 20, 2014, 1:48 pm
       ---------------------------------------------------------
       Is it possible to get the custom titles coloured?
       If so, how?
       #Post#: 14072--------------------------------------------------
       Re: Custom titles
   DIR By: CreateAForum
       Date: July 20, 2014, 3:15 pm
       ---------------------------------------------------------
       I don't believe so
       #Post#: 15021--------------------------------------------------
       Re: Custom titles
   DIR By: CyanProductions
       Date: January 2, 2015, 5:32 pm
       ---------------------------------------------------------
       You can:
       .title
       {
       color: red;
       }
       #Post#: 15032--------------------------------------------------
       Re: Custom titles
   DIR By: CyanProductions
       Date: January 3, 2015, 12:07 pm
       ---------------------------------------------------------
       However if you would like to give a specific title a color, use
       this:
       Footers:
       --- Code ---
       <script>
       var CustomTitle = 'X';
       
       $('li.titile').filter(function () {
       return $(this).text() === CustomTitle;
       }).css('color', 'red');
       </script>
       --- End Code ---
       Chnage X to the custom title
       *****************************************************
       Page 1 of 1