Change Background/Color for Category and Page Link/Button
-
Hi, I have CSS customization and would like to have different image/background button for each link shown on my left-bar.
Here I post the screenshot, marked with purple circle.
<img src=”http://i264.photobucket.com/albums/ii163/riana_garniati/category.jpg” border=”0″ alt=” photo category.jpg”/>
Thanks in advance!The blog I need help with is: (visible only to logged in users)
-
Please change the colors to your preference. You can also change the text color by specifying values for color property, or remove this property it if you are happy with default color.
#access li#menu-item-784 a { background: green; color: red; } #access li#menu-item-782 a { background: yellow; color: red; } #access li#menu-item-777 a{ background: yellow; color: red; } #access li#menu-item-778 a { background: blue; color: red; } li#menu-item-779 a { background: purple; color: red; } #access li#menu-item-780 a { background: cyan; color: red; } #access li#menu-item-781 a { background: orange; color: red; } -
- The topic ‘Change Background/Color for Category and Page Link/Button’ is closed to new replies.