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] Sidebar list style change


  #1  
Old Jan 1, 2011, 12:06 PM
sophia1
 
8 posts · Jan 2011
Smile [SOLVED] Sidebar list style change

Hi All,
I was wondering if it is possible to remove the list indents on my right "new list".

I fixed the original style through a post from lmilesw however I cannot find the post and are stuck.

Please advise.

Site: http://gardenroute.southsafari.com/

Left sub-menu is perfect & want to keep style
Right "New" link menu - ?remove |.


Thank you so much
  #2  
Old Jan 1, 2011, 12:19 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
Not quite sure what you are looking to do but try adding the following to ATO>Add HTML/CSS Inserts>CSS Inserts
HTML Code:
#menu8 {
margin: 0px !important;
width: 170px !important;
}
__________________
~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 1, 2011, 12:25 PM
sophia1
 
8 posts · Jan 2011
lmilesw,

I want to remove the bullets from the right sidebar menu8 and also at social list
  #4  
Old Jan 1, 2011, 01:04 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
First look for code in ATO>Add HTML/CSS Inserts>CSS Inserts that may be affecting this and if you find none try adding the following and tweak as desired.
HTML Code:
.widget li {
    border: none !important;
    background: none !important;
    list-style: none !important;
}
#menu8 {
    margin: 0 !important;
    width: 165px !important;
}
The .widget li gets rid of the bullets and the #menu8 resizes the menu so it is centered better.
__________________
~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.
  #5  
Old Jan 1, 2011, 01:27 PM
sophia1
 
8 posts · Jan 2011
Thank you so much, however now the bullets has disappeared on both left & right sidebars.

Is there a code to specify i.e. one specific widget area <div id="text-27" class="widget widget_text">
  #6  
Old Jan 1, 2011, 02:34 PM
lmilesw's Avatar
lmilesw
 
10,176 posts · Jul 2009
Central New York State USA
You can use this instead of the previous .widget li code...

HTML Code:
#share-widget-3 .widget li, #text-27 .widget li {
    border: none !important;
    background: none !important;
    list-style: none !important;
}
__________________
~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.

Bookmarks



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Change only 1 sidebar style emilyrose Sidebars & Widgets 1 May 16, 2010 03:27 PM
[SOLVED] List style types mlamkin New Versions, & Updating 1 Jul 14, 2009 12:10 PM


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


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