hello
my website is http://www.showteck.com and i want to change the red color on my website on blogroll can someone help me plz
hello
my website is http://www.showteck.com and i want to change the red color on my website on blogroll can someone help me plz
Edit style.css and try changing the background-color value in:
ul.sidebar_list h6 {
background-color: #CC0000;
clear: both;
color: #FFFFFF;
display: block;
font-size: 12px;
font-style: normal;
font-weight: bold;
height: auto;
list-style-image: none;
list-style-type: none;
margin: 0;
padding: 5px 10px;
text-shadow: 0 1px 1px #000000;
text-transform: uppercase;
width: auto;
}You must log in to post.