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] Sidebar list style change (http://forum.bytesforall.com/showthread.php?t=11966)

sophia1 Jan 1, 2011 12:06 PM

[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

lmilesw Jan 1, 2011 12:19 PM

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;
}


sophia1 Jan 1, 2011 12:25 PM

lmilesw,

I want to remove the bullets from the right sidebar menu8 and also at social list

lmilesw Jan 1, 2011 01:04 PM

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.

sophia1 Jan 1, 2011 01:27 PM

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">

lmilesw Jan 1, 2011 02:34 PM

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;
}


sophia1 Jan 1, 2011 09:45 PM

Thank you so much for all the assistance, the code is still not working but not to worry!

lmilesw Jan 2, 2011 06:15 AM

What did you end up using?

sophia1 Jan 4, 2011 07:31 AM

I changed the style of the list to fit in with the bullets. Since I am a struggling newbie.


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

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