The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

phpbb3; CSS issues

2 posters

Go down

In progress phpbb3; CSS issues

Post by Nagi July 6th 2011, 2:29 pm

Greetings forumotion's users,

I would like to recieve a little piece of help in CSS (phpbb3), mostly due to that i don't have much experience in coding and also ive messed up there a little. I can not figure out how to change the color of the forum categories and font color aswell. My website located @ http://testcss.forum2x2.ru/

Any help would be appreciated, thanks in advance.

P.S. Exuse me for my poor english.
avatar
Nagi
New Member

Posts : 1
Reputation : 0
Language : Russian

Back to top Go down

In progress Re: phpbb3; CSS issues

Post by Nera. July 6th 2011, 2:38 pm

Hi,

Find this in your CSS and change the color code

For
- Topics
- Posts
- Last Posts
Code:
li.header dd {
    border-left-width: 0;
    color: #YOUR COLOR CODE GOES HERE;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
    line-height: 1em;
    margin: 2px 0 4px 1px;
    padding-bottom: 2px;
    padding-top: 2px;
    text-transform: uppercase;
}
This also for
- Forum
Code:
.table-title, .table-title h2 {
    color: #YOUR COLOR CODE GOES HERE;
    display: inline;
    font-size: 1em;
}
Nera.
Nera.
Energetic

Female Posts : 7078
Reputation : 2017
Language : English
Location : -

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum