Sidebar Link Colors
Jul. 13th, 2011 03:45 pmAccount Status: All
Actions: Changing the Link Colors in Sidebar Components
Theme: Flexible Squares
Tags
Link List
Page Summary
Actions: Changing the Link Colors in Sidebar Components
Theme: Flexible Squares
Tags
| Custom Look | #sidebar_tags li.sbaritem { color: #89c1e2; font-size: 14px; } |
| Link Color | #sidebar_tags li.sbaritem a { color: #89c1e2; } |
| Link Hover Color | #sidebar_tags li.sbaritem a:hover { color: #777777; } |
| Custom Layer User | note: with my custom layer I trouble with the above link color and hover color |
| Link Color | li.tagBox a { color: #89c1e2; } |
| Link Hover Color | li.tagBox a:hover { color: #777777; } |
Link List
| Custom Look | #sidebar_linklist li.sbaritem { font-size: 12px; } |
| Link Color | #sidebar_linklist li.sbaritem a { color: #DC1A4E; } |
| Link Color Hover | #sidebar_linklist li.sbaritem a:hover { color: #8CB53F; } |
Page Summary
| Custom Look | #sidebar_summary li.sbaritem { font-size: 12px; } |
| Link Color | #sidebar_summary li.sbaritem a { color: #DC1A4E; } |
| Link Color Hover | #sidebar_summary li.sbaritem a:hover { color: #8CB53F; } |



layout_lounge
(no subject)
Date: 2014-03-31 04:52 pm (UTC)(no subject)
Date: 2014-04-01 06:34 am (UTC)Does that help?