Bravo List

Bravo List (http://www.bvlist.com/index.php)
-   Template Shares (http://www.bvlist.com/forumdisplay.php?f=26)
-   -   Modify Tracker categories block (http://www.bvlist.com/showthread.php?t=3982)

lovebeer 12th December 2009 19:07

Modify Tracker categories block
 
Hi, how can I change the font from the Tracker categorie from the browse page, I want the categories to be smaller, and the categories icons to be smaller too.
Who can I do this ?
Sorry for my bad english.

Ashur 13th December 2009 05:01

category icons smaller... that's easy just edit the images to make them smaller
dude for browse.php check up the style sheet .. you can edit that but if it's using some type global style and don't want to change that well lookup where categories are posted and use html code to make it smaller or write up a another style entry on style.css and use that instead

eckeO5 7th December 2011 20:18

better later than never :friend:


take browse.php

may be on line 356 or whatever you find:

PHP Code:

    <a href="'.$seolink.'" target="_self" /><img src="'.$BASEURL.'/'.$pic_base_url.$table_cat.'/'.$c['image'].'" border="0" alt="'.$cname.'" title="'.$cname.'" /></a

change to:

PHP Code:

    <a href="'.$seolink.'" target="_self" /><img src="'.$BASEURL.'/'.$pic_base_url.$table_cat.'/'.$c['image'].'" border="0" alt="'.$cname.'" title="'.$cname.'" width="45" height="35" /></a

with that: width="45" height="35" / at the end thereīs possibility to resize your icons to whatever size you want to.


example:
http://picload.org/image/rgrrcgo/category.modifie.png

think thatīs the best way.

cheers eckeO5


All times are GMT +2. The time now is 17:32.

Powered by vBulletin® Version 3.8.11 Beta 3
Copyright ©2000 - 2024, vBulletin Solutions Inc.