Hello all,
I just want to contribute my experience with you. (I'm just a beginner like the most of you guys and girls)
I couldn't find it on the forum support, so I figured it out on myself. Or maybe I didn't used the search effectively...
Well, if you want to add different background colors to the icons on the horizontal sidebar.
Add this in your quick css;
P.s. Change the tab_counter_0 depending how many tabs you got.
#top .alternate_color .tab_counter_0:hover .sidebar_tab_icon {
background-color: #009933;
}
#top .alternate_color .sidebar_active_tab.tab_counter_0 .sidebar_tab_icon {
background-color: #009933;
}
The css code only applies to 1 icon. If you want to add more, just copy. (don't forget to change tab_counter_0 )
Enjoy!














