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] Changing Styling for widget in only one sidebar


  #1  
Old Jan 27, 2011, 04:30 PM
Alcatraz
 
10 posts · Nov 2010
Hi Im using WP 3.04 and Ata 353. I am using widgets in both my right sidebar and inner right sidebar, but I want to remove the border from the widgets displaying in only the inner right sidebar. If I change the border width to 0 in 'Style Widgets' all the borders in the widgets on every sidebar disappear, is it possible to just change the border for the widgets in my inner right sidebar? Thanks
  #2  
Old Jan 27, 2011, 06:48 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You would have to build you own CSS. For the right inner is would be something like the following
HTML Code:
#right-inner .widget {
border: none;
}
__________________
~Larry (CNY Web Designs)
This site should be a membership site since it so full of good stuff.
Please consider donating which gives you access to even more good stuff.
  #3  
Old Jan 27, 2011, 06:50 PM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
sure, you will have to create a CSS Selector specifying the inner sidebar and a CSS rule to get rid of the border. something like
HTML Code:
#right-inner .widget {border: solid 0px #000;}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support

Last edited by juggledad; Jan 27, 2011 at 07:00 PM.
  #4  
Old Jan 28, 2011, 10:15 AM
Alcatraz
 
10 posts · Nov 2010
I placed this code in the CSS/HTML Insert after finding the div id which worked
Code:
div#text-14 {
... /* style for the whole widget */
border: none;
}
Thanks for your responses

Bookmarks

Tags
side bar widget, widget area style

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
BUGFIX 361-04: Allow Custom Menu widget links to use same styling as Pages widget. juggledad Old Version fixes and change logs 1 Jan 22, 2011 08:40 AM
BUGFIX 361-03: Allow Tag widget links to use Atahualpa widget link styling. juggledad Old Version fixes and change logs 3 Jan 14, 2011 03:56 PM
[SOLVED] Styling Sidebar Kesava Sidebars & Widgets 4 Jul 18, 2010 12:17 AM
Changing a widget display from block to inline (Twitter Text Widget) Flur Sidebars & Widgets 2 May 7, 2009 11:45 AM


All times are GMT -6. The time now is 01:47 PM.


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