On the forum where it says "ALL TOPICS" is there a way to change the color to lets say blue?
Changing color of All Topics Text
yes, use CSS code like the following
#content .all-topics a{color : #0000CD;}
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;}
Your forum is private, so we can't see what you're talking about.
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
try
#content {color:#ffffff;}
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.
Locked Topic
You must be a member to post in this forum