Recent Topics

1 May 07, 2010 22:32    

My b2evolution Version: 3.3.3

Can someone tell me how to do this in MiamiBlog Theme? I've used .bText{font-size:150%;} in my style.css but it doesn't change the right hand side.

2 May 09, 2010 19:23

at a guess .sidebar{font-size:200em;}

¥

3 May 10, 2010 21:04

No dice in style.css, also tried .sidebar{font-size:200%;} with no luck. Do I have to mess with _coll_category_list.widget?

4 May 10, 2010 21:12

I just got it! .style.css under #sidebar I put in font-size:14px;

5 May 10, 2010 21:32

I see you found your own solution that works for you. Just know that widgets usually display their content as ordered/unordered list items in the sidebar. You probably could have achieved the same effect by adding the font change to:

.bSideItem li {
	list-style-image: url(img/arrow-right-small.gif);
	font-size:200%;
}

or whatever it's called in your theme's stylesheet.


Form is loading...