Author Topic: SMF 2.0 RC2 How to change the title font colours from Orange to grey/blue.  (Read 435 times)

Tony

  • Administrator
  • Full Member
  • *****
  • Posts: 106
    • View Profile
SMF 2.0 RC2 How to change the title font colours from Orange to grey/blue.

In Cpanel select the file manager and navigate to
/public_html/smf/Themes/default/css

 edit
/public_html/smf/Themes/default/css
Edit index.css
From your browser
Find #d97b33  this is the orange font colour
Replace this with a suitable colour #26507f    swatch colour grey/blue
Looks quite nice
You can check swatch colours with
Swatch hex colours
http://www.2createawebsite.com/build/hex-colors.html#colorscheme

/* Styles for the board index.
------------------------------------------------- */

/* the board title! */
.table_list tbody.content td.info a.subject
{
   font-weight: bold;
   font-size: 110%;
   color: #26507f;  (now blue/grey).    This was #d97b33 (orange)
}
.table_list tbody.content td.children

Save the file

    Laptop & Notebook tips & tricks
Netbooks and Notebooks qestions and answers   8 Posts
7 Topics    Last post by Tony
in Compaq Presario CQ60-305...
on February 26, 2010, 12:30:01 AM

Test the new changes
Happy computing
From Tony Edge
http://www.systems-edge.co.uk

For more information open the pdf file
http://systems-edge.co.uk/smf/smf-font-colour.pdf