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)
-   -   Why is both border and bullet showing? (http://forum.bytesforall.com/showthread.php?t=7634)

peterf Jun 17, 2010 12:01 PM

Why is both border and bullet showing?
 
I actually want to have the borders only as bullets as in the classic Atahualpa, but unfortunately I see round bullets next to the borders. Any advice on how to remove the bullets?

I'm using stock widgets including the pages widget as a menu.

Site http://amirparsa.net

In the widget list items style I have left border width as 7 and left padding for links as 5
Atahualpa 3.4.9
WP 2.9.2

Thank you for any ideas.

maxhugen Jun 30, 2010 11:01 PM

Just resolved the same problem myself!

Go to Atahualpa Theme Options > Add HTML/CSS Inserts.

In the section CSS Inserts, find:

div.widget ul li {
padding: 1px 5px 1px 12px !important;
background: url('<?php bloginfo('template_directory'); ?>/images/bullets/round-gray.gif') no-repeat 0 7px;
}

Comment out the 'background' setting, like this:

div.widget ul li {
padding: 1px 5px 1px 12px !important;
/* REMOVED
background: url('<?php bloginfo('template_directory'); ?>/images/bullets/round-gray.gif') no-repeat 0 7px;
*/
}

HTH!

benjacobdavid Jul 1, 2010 08:57 PM

Now how do I get the borders back that disappeard?

My borders in my sidebar went away and out popped bullets with grey box that is still there, at least I removed the grey dot.

What do I do?!?! I am sick to my stomach, because everything was so fluid, same font and size and border.

rosetrees Jul 3, 2010 02:11 PM

This is what I usually do - it keeps the round bullets and "removes" the borders.

I make the borders the same colour as the background - they become invisible so all you can see is the bullets.

You can upload your own, custom, bullets to the images/bullets folder and just replace "round-grey.gif" with the name of your custom bullet.

peterf Jul 27, 2010 11:08 AM

I was looking to keep the background squares and kill the bullet. It used to work in other sites; I'm not sure what is going on. I hoped it was something simple in the latest control panel interface.:confused:

update: seems I had put a CSS insert from another suggestion in; that was doubling up the border and bullet. When I removed the CSS insert back to the default nothing, I got back just the bar/background. Hopefully this will help benjacobdavid above!

Sally Sep 9, 2010 06:06 AM

Thank you! That got rid of my bullets. They were there by default and I just wanted the bar.

Raffid Dec 1, 2010 02:48 PM

Thanks! Tried a lot with those bullets...


All times are GMT -6. The time now is 02:45 PM.

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