Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Plugins & Atahualpa (http://forum.bytesforall.com/forumdisplay.php?f=16)
-   -   [SOLVED] Simple Sidebar Plugin - Changing background hover color (http://forum.bytesforall.com/showthread.php?t=5855)

krystyna Feb 12, 2010 01:49 PM

[SOLVED] Simple Sidebar Plugin - Changing background hover color
 
On another thread Juggledad helped someone change the background color of the page name in the page menu bar, but what I need to do is change that only in my sidebar navigation - not the page menu (main / horizontal) navigation.

Currently I'm using the Simple Sidebar plugin and some of the navigation links are actually page anchors. I'm able to see the text change color when hovered, but I'd like the background of the menu item to change as well as the text color. If you need the URL please pm me.

krystyna Feb 12, 2010 03:38 PM

I figured it out ...

I added this to the CSS inserts:

.widget ul li a:hover {
color: #ffffff !important;
border-left: 0 !important;
padding-left: 2px !important;
padding-right: 2px;
background: #333333;
}

Padding, color, background can be changed to whatever you want according to your color scheme and layout.


All times are GMT -6. The time now is 07:56 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.