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] How to remove the block next to link in a specific widget? (http://forum.bytesforall.com/showthread.php?t=1471)

d_random Apr 29, 2009 11:05 AM

[SOLVED] How to remove the block next to link in a specific widget?
 
I need to remove the block next to the link on a widget in the left sidebar. What the easiest way to do this?
Thanks!! :)

Flynn Apr 29, 2009 06:10 PM

CSS Insert

HTML Code:

.widget ul li a:link,
.widget ul li a:visited,
.widget ul li a:active,
.widget ul li a:hover {
border-left: 0 !important;
padding-left: 0 !important;
}



replace .widget with the specific class or ID of that widget, i.e.

.widget_recent_entries

See also http://forum.bytesforall.com/showthread.php?t=1149

d_random Apr 30, 2009 01:24 PM

AWESOME FLYNN!!
You saved me a lot of frustration, I could not figgure it out, thank you. :)


All times are GMT -6. The time now is 04:27 PM.

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