inherit
x00petlover00x@hotmail.com
194240
0
May 16, 2013 12:00:00 GMT -8
mudavenom
2
May 2013
mudavenom
|
Post by mudavenom on May 15, 2013 20:05:34 GMT -8
Hey guys, hopefully I am posting in the right area. mudavenom.boards.net/There is my forum that I've been working on. There's a couple CSS related items that I'd like to fix, however, I cannot seem to find them. I'd really appreciate it if you guys could show me where they'd be located (either in the style sheet or the visual editor) or if I need to add something to the style sheet. Anyway, what I want to add/fix is this: In general board, where the default "welcome" message is, I'd like the links to hover purple. The links I am referring to are links such as the "support.proboards.com." link within the post. Also, at the home page towards the bottom where it shows recent posts and such, I'd also like those to hover purple. One last thing, the tiny text that shows dates. you cannot see it with my color scheme, I'd like to color them black. Thanks for the help!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 15, 2013 22:16:43 GMT -8
1. If you just want it in the posts only go to your style sheet and add this at the very bottom:
/*hover links in posts*/ .posts .post .message a:hover{ color: purple; }
2. You want all of those there, recent threads, recent posts, etc then add this below what I gave you above:
/*changes info center recent threads posts etc*/ .stats .content a:hover{ color: purple; }
3. And then this below the other two:
/*changes time stamp*/ .container abbr.time{ color: black; }
By the way, there may have been a place to change those in your visual editor rather than style sheet but this is more specific. Let me know if that is what you meant on all of those.
|
|
inherit
x00petlover00x@hotmail.com
194240
0
May 16, 2013 12:00:00 GMT -8
mudavenom
2
May 2013
mudavenom
|
Post by mudavenom on May 16, 2013 4:38:09 GMT -8
That was perfect, thank you so much!
|
|
inherit
I need a new CT, thinking.... [insert Jeopardy theme song here]
110769
0
Aug 21, 2021 0:07:21 GMT -8
Tumbleweed
20,825
September 2007
tumbleweed
|
Post by Tumbleweed on May 16, 2013 9:52:45 GMT -8
You're welcome.
|
|