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)
-   -   Bullet for Widget (sidebar) (http://forum.bytesforall.com/showthread.php?t=11565)

Flinxa Dec 6, 2010 10:23 AM

Bullet for Widget (sidebar)
 
Hi

I use wiget "my category order" on my site (see right side). The bullet is a little "x" and I want a little circle in another color. How can I manage this?

Thanks
Flinxa

lmilesw Dec 6, 2010 06:22 PM

That bullet is an image. You will have to use a different image. Your image indicates it is the round-gray.gif. I don't know why you have an x but you can replace round-gray.gif with the image you want. That image is in the images/bullets folder.

Flinxa Dec 7, 2010 02:50 AM

thanks - I will try ;)

Flinxa Dec 7, 2010 03:29 AM

I changed the file and now it looks nice

other question: in which wordpress file I find this information?

lmilesw Dec 7, 2010 10:35 AM

There is no WordPress file with that information. Many times it is a matter of looking at the code and figuring out what is happening. It all comes with experience in using WordPress or the Atahualpa theme.

Flinxa Dec 7, 2010 11:54 AM

thanks, I will do a search in the code :)

lmilesw Dec 7, 2010 02:02 PM

I still see the X's instead of circles. Is that what you want to change? If so then you could upload the attached file to the bullets folder and replace the one that is there. I would rename the current round-gray.gif to X.gif so you can use the X in the future if you wish.

Flinxa Dec 8, 2010 12:29 AM

really? I have now little squares

juggledad Dec 8, 2010 04:04 AM

you should be able to set the image to what ever you want with a CSS Insert
HTML Code:

div.widget ul li {
    background: url("http://fabforties.de/wp-content/themes/atahualpa/images/comment.png") no-repeat scroll 0 7px transparent;
}


Flinxa Dec 8, 2010 05:03 AM

aah, that's even better than changing the pic - and I can use several ones!

thanks!

pranzyt Dec 9, 2010 06:35 AM

Thanks jugglehead for that easy tips.

I would like to use different colored bullet for sidebar link hover and active link. Also different link color active link. I'd like to achieve something like when visitors clicks on one of my category links and opens the category page, they get the glance of which page they are in by distinct bullet and link color.

How can i do that?


All times are GMT -6. The time now is 05:26 AM.

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