Sidebar css change
-
Hi,
https://www.colortude.com/blog/In my sidebar, I have a css left border that on side of the Page links and the Link links that came with the template. This is fine except under the Comments.
The Name and Comment title under Comments has the same css left border. It doesn’t work there. How do I get rid of the side border for just the Comment links?
I’m using Asusena theme. I have the sidebar widget so I don’t know how to format the text using the widget.
Thanks for any help, LaurelMy CSS:
/* Sidebar headers */
div#secondary h2 {
text-transform:uppercase;font-family:”Century gothic”,verdana,Arial,sans-serif;
color:#0a6804;
font-size:1.2em;
line-height:1;
margin:30px 0 8px;
border-bottom:1px dotted #d6dee0;
padding-bottom:3px;}
div#secondary a {
color:#264901;
text-decoration:none;
border-left:4px solid #990033;
margin-bottom:2px;
padding:3px 3px 3px 5px;
}div#secondary a:hover {
text-decoration:none;
border-left:4px solid #ff9900;
padding:3px 3px 3px 5px;}
div#secondary ul.children {
margin-left:5px;
padding-left:10px;
border-left:5px solid #eaeaea;
}div#secondary ul#sidebar li li {
font-size:1em;
}div#secondary p {
line-height:3;
color:#666;
margin:5px 0;
}
- The topic ‘Sidebar css change’ is closed to new replies.