Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

[SOLVED] How to remove the block next to link in a specific widget?


  #1  
Old Apr 29, 2009, 11:05 AM
d_random
 
51 posts · Apr 2009
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!!
  #2  
Old Apr 29, 2009, 06:10 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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
  #3  
Old Apr 30, 2009, 01:24 PM
d_random
 
51 posts · Apr 2009
AWESOME FLYNN!!
You saved me a lot of frustration, I could not figgure it out, thank you.

Bookmarks

Tags
block, sidebar, styling, widget

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
How to style a specific text widget ciocchi Sidebars & Widgets 5 Aug 10, 2010 03:21 AM
Insert external Link into Page Menu at a specific place mrz Page & Category Menu Bars 3 Jan 16, 2010 10:16 PM
Different List Style for Specific Widget Boxes oz1 Sidebars & Widgets 1 Jun 19, 2009 09:17 AM
Changing a widget display from block to inline (Twitter Text Widget) Flur Sidebars & Widgets 2 May 7, 2009 11:45 AM
Making one specific widget different than the others. Nourdmrolnmt1 Sidebars & Widgets 0 Mar 26, 2009 08:51 PM


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


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