Customizing SMF > Theme Site Themes

Synthetic + Synthetic Light

<< < (3/6) > >>

Urban Themes:
Update 22nd of May - fixed MessageIndex template

Tonkajk:
I have searched the support forums and cannot find an answer to my question.  I am using smf 2.0.2 and I have your Synthetic Theme....when I click on a member's name, their profile comes up and their name (at the top of the profile page) is in black and it's difficult to read.  This also happens whenever I post a new poll, the poll question is in black...

Where do I go in the theme settings to change these titles to a different color?

Thanks for your help!

Madzgo:
Find this part in your Index.css


--- Code: ---h1, h2, h3, h4, h5, h6 {
    color: #000000;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
--- End code ---

And change color to #fff

Like this:

--- Code: ---h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
--- End code ---

You can access Index.css by FTP or by going to
 Admin/Configuration/Themes and Layout/Modify theme/ Synthetic / Edit this theme's stylesheets.

If you can't find that part, scroll to the bottom of the file and paste this:


--- Code: ---h1, h2, h3, h4, h5, h6 {
    color: #fff;
    font-size: 1em;
    margin: 0;
    padding: 0;
}
--- End code ---

Tonkajk:
I just changed that and it is still black

Madzgo:
Did you saved changes?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version