Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Formatting "bar" in links in sidebar (http://forum.bytesforall.com/showthread.php?t=11733)

vanderark1 Dec 14, 2010 03:34 PM

[SOLVED] Formatting "bar" in links in sidebar
 
You can see my site here:

http://westmichiganhighschoolbaseball.com/

The left sidebar has links that turn blue when in hover state. This includes the "bar" (not sure what it's called) on the left side of the link.

On the right sidebar, I have changed the a:hover to black and underline since the color I was using is the background on that sidebar.

However, the change did not change the "bar" from turning blue (which is why it disappears).

Anyone know how to format the "bar"? And, is their a name for that "bar"?

Thanks!

lmilesw Dec 14, 2010 08:49 PM

Those are left borders on list items in widgets. You can change those in ATO>Style Widgets>Widget List Items

vanderark1 Dec 15, 2010 03:50 AM

Thanks - I hadn't touched those in a long time, forgot they were there.

However, I need to format just the border in widgets on the right sidebar (need to be black on right sidebar)

I have entered this in HTML/CSS Inserts:


Quote:

td#right li.bfarecentcomments a:hover {
text-decoration:underline; color: #000000 !important; border-left: #000000}
This works for changing the hover state to black and underlined - but doesn't affect the border. The border is still blue as set in ATO>Style Widgets>Widget List Items.

How would I format just the right sidebar link border?

juggledad Dec 15, 2010 04:34 AM

use
HTML Code:

#right div.widget ul li:hover,
#right div.widget ul li.sfhover {
display: block;
width: auto;
        border-left: solid 7px #000000;
        }


vanderark1 Dec 15, 2010 04:58 AM

Worked perfectly - thank you very much!


All times are GMT -6. The time now is 01:15 AM.

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