Lefora Free Forum
Loading
257 views

Changing color of All Topics Text

Page 1
(items) 1–7 of 7
Novice - member
30 posts

On the forum where it says "ALL TOPICS" is there a way to change the color to lets say blue?

__________________
-Imusic Check out my Lord of the Rings fan/discussion forum here: www.lotrdiscussion.lefora.com
Fanatic - founder
3758 posts

yes, use CSS code like the following

#content .all-topics a{color : #0000CD;}

__________________
find me answering questions at support.lefora.com or interviewing forum admins on blog.lefora.com
Rookie - member
3 posts

I tried that and it is not working...all the forum topic names and such are still that grayish looking color...I tried to turn it white, but nothing is happening.... here is the coding i have....will yo look at it and let me know if something may be hindering it?

body {background:url();;background-attachment:fixed;
background-color: black;
}
#page, #header {background-color:transparent;}

#content, #main {
background-color:transparent;
}

.first-post {color:white}


body {color:white}
h1 {color:white}
h2 {color:#FFFFFF}

.post .main a { color:#FFFFFF; }
#xposts #end_of_thread { background-color:#000000; }

#xposts .unread .header {background:#FF0000;}

#thread_view h1{color:white};

#content .all-topics a{color : #FFFFFF;}




__________________
"We fear violence less than our own feelings. Personal, private, solitary pain is more terrifying than what anyone else can inflict. "- Jim Morrison
Fanatic - moderator
1396 posts

Your forum is private, so we can't see what you're talking about.

__________________
hackyour.lefora.com/ for customizing your forum.
Rookie - member
3 posts

oh... never mind i figured it out...but now I have another problem....how do i get the text for all the members profile to be white? like the information stuff...like female /male or recent posts and such? not the bold print stuff, but the information they type in, etc..?

also I will make my forum public so you can take a look...I have a lot of css....hopefully you will be able to spot it without any problems neutral

__________________
"We fear violence less than our own feelings. Personal, private, solitary pain is more terrifying than what anyone else can inflict. "- Jim Morrison
Fanatic - moderator
1396 posts

try

#content {color:#ffffff;}

__________________
hackyour.lefora.com/ for customizing your forum.
Rookie - member
3 posts

Thank you so much!

also, do I need to have all the css in it that I do? Is there a way to shorten what I have, but still have the same effects / appearance that my forum has?

It just feels to me like I have more than there should be.... I have no clue, I am used to html, so am getting accustomed to the whole css thing lol.smile

__________________
"We fear violence less than our own feelings. Personal, private, solitary pain is more terrifying than what anyone else can inflict. "- Jim Morrison
Page 1
(items) 1–7 of 7

Locked Topic


You must be a member to post in this forum