Color
-
Back again. Thanks for help last time, appreciate it so much!
On the top where it says Metal in Minutes, Death of Music and Lets play, I need that writing to be white and the BG to be black, so it is write text on Black BG.
Link – http://t5xasylum.wordpress.com/
The blog I need help with is: (visible only to logged in users)
-
-
Currently only one Volunteer and Staff help with CSS editing. Please be patient while waiting from them to help you.
-
-
You’re welcome. When you see thesacredpath on the board he will work his way through answering all threads in the CSS Forum. :)
-
The following keeps the grey hover color, but the non-hover color goes to white text on black background.
.menu { background: #000000; } .menu li a { color: #FFFFFF; } -
-
-
-
This does the sidebar links only. Other links such as in the body of a page or post will still be the red. You can edit the color code and put in what you want, what is there is just a placeholder. I included the code for non-hover and hover since they are both defined in the theme.
.widgets a { color: #0502cd; } .widget a:hover { color: #0502cd; }If you want to change the color of all links in the site to blue, then do the following.
a { color: #0502cd; } a:hover { color: #0502cd; }
- The topic ‘Color’ is closed to new replies.