SMF theme question

Started by Finner, August 26, 2012, 01:01:25 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Finner

Jason saved my bacon today for sure! What a great host.!

After upgrading to 2.0.2 I think I will be using the default theme.

Can anyone tell me how to change the orange on the 'topics"?



I assume it would be in index.php  (just a guess)

Thanks again, Jason!!

Jason

It should be in /Themes/default/css/index.css

Look for this section and edit the color:


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

/* the board title! */
.table_list tbody.content td.info a.subject
{
font-weight: bold;
font-size: 110%;
color: #d97b33;


Finner

Thanks!

Is that the color this forum uses?

Jason

No, the color in the code snippet above is the orange from the default theme.  You'll want to replace that with whatever color you want to use.  You can get color codes online or here's some on our site:

http://www.charlottezweb.com/colors.php

Finner


Finner

I think it looks much better now.   8)