ropeandstanchion
Member
Posted 9 months ago #
Hello!
I changed the theme and background on my blog, but now the grey text on the right column isn't very visible. How to I change this to black?
And what's with the pink bar at the bottom?
http://www.ropeandstanchion.com/
Please advise!
Thanks so much
MLC
ahuggins
Member
Posted 9 months ago #
In your style.css file you should find this selector:
.widget ul li a:link, .widget ul li a:visited
It should be on line 268 ( I think)...there is a declaration of "color: #666;" change that to "color: #000;" and you should be good. Well at least you will have successfully changed it to black.
You might also want to add:
font-weight: bold;
font-size: 18px;
To make it a little bigger and bolder, which helps separate it from your somewhat busy background image.
ropeandstanchion
Member
Posted 8 months ago #