How can I change the color of the background in the content toggles in Avisio Dark? The white background color carries over form other versions of avisio and simply doesn't look very attractive.
Any help with this would be greatly appreciated
Rich
How can I change the color of the background in the content toggles in Avisio Dark? The white background color carries over form other versions of avisio and simply doesn't look very attractive.
Any help with this would be greatly appreciated
Rich
You can change the background by modifying following code in style3.css:
.js_active .entry .toggler{
background:url("../images/skin3/toggle.png") no-repeat scroll 6px 6px #FFFFFF;
border:1px solid #E1E1E1;
}Thank you :D
Glad that I could help you.
You must log in to post.