Newb alert! – Changing font color in sidebar
-
Hi. Apologies in advance for a very newb-y question! My website is https://wherenextphotography.com/blog and I’m trying to change the font color in my sidebar (the sidebar is not visible on the home page, only when actually reading a post. The text is currently dark against a dark background and I want to make it a light-ish gray and lighter still on hovering.
I assume that the part of my style.css that I need to edit is the part relating to the sidebar:
/* Sidebar */
#sidebar {margin:0;}
#sidebar h3 {margin:0;padding:0 0 .6em 0}
#sidebar .item {margin:0 0 4em 0}
#sidebar ul{list-style:none;margin:0 0 1.6em 0;font-size:1em;}
#sidebar ul li a,ul.txt li{color:#222;height:1%;background:url(images/li.png) no-repeat 0;line-height:1.2em;border-bottom:1px solid #ccc;display:block;padding:6px 0 6px 8px;}
#sidebar ul li a:hover,ul.txt li:hover{color:#515151;background-position:1px 0.8em;background: #E5ECF9 url(images/li-white.png) no-repeat 3px 10px;}
#sidebar ul li a span,ul.txt li,h4 a span{color:#696455;}
#sidebar ul li.active a{cursor:default;color:white;}
#sidebar ul ul{margin:0;list-style:none;}…but everything I try seems to have no effect. Which specific parts actually deal with the font colour of the sidebar normally and on hovering? Also, do I need to somehow empty the cache in order to see any changes and, if so, how do I do this!?
Thanks.
- The topic ‘Newb alert! – Changing font color in sidebar’ is closed to new replies.