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)
-   -   Diferent font sizes for each Widget List Item (http://forum.bytesforall.com/showthread.php?t=11761)

lemojf Dec 16, 2010 08:45 AM

Diferent font sizes for each Widget List Item
 
I have a Categories widget, and removed the bullets.
Now I want to specify a diferent font size for each level of the Categories hierarchy...

How can I do that?

Thanks!
Alessandro

juggledad Dec 16, 2010 01:01 PM

If you want each line to be different, no you can't do that without changing the code.
if you want to change the subcategories you can do that with CSS
HTML Code:

div.widget_categories ul li a {color: red !important;}
.widget_categories ul.children li a {color: green !important;}

this will work, but you really should add teh pseudo code also


All times are GMT -6. The time now is 07:51 AM.

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