Virtuemart categories module suffix?

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Mon Dec 06, 2010 1:31 pm
Im setting up my site so that the product categories always are showing on the left side of the page. However, i dont like the sub-categories design, i think its strange when the main category is a simple link and the sub-categories under are huge buttons. Is there any suffix or something i can do to take away these big buttons and make them into simple links instead? Please see attached screenshot for reference. Thx

Skjermbilde 2010-12-06 kl. 21.26.43.png
User avatar
Expert Boarder

GK User
Thu Dec 09, 2010 1:09 am
Bump myself a bit. Nothing much going on on this forum lately:s
User avatar
Expert Boarder

GK User
Thu Dec 09, 2010 1:34 am
Hi

Try adding this code on template.css file:

Code: Select all
.moduletable a.sublevel {background:none;border-right:none}


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Dec 09, 2010 1:43 am
Hi, didnt really work. I first pasted in randomly at the top, no effect. Then i pasted it under "Moduleposition", still no effect:unsure:
User avatar
Expert Boarder

GK User
Thu Dec 09, 2010 1:46 am
It doesn't work? :huh:
Please show me your site.
User avatar
Platinum Boarder

GK User
Thu Dec 09, 2010 1:50 am
Site is www.dropz.no.. then go to "smykker" from the top menu to see..

While you are there, could you just press one of the products check what you think about the "image out of the frame" problem i now have;)
User avatar
Expert Boarder

GK User
Thu Dec 09, 2010 2:04 am
Not exactly. It work. ;)
You probably didn't clear cache.

screen2.png


About the other issue, please add this code on override.css file.

Code: Select all
.prod_details div.lf {width: 270px;padding: 10px;}


Important! Don't forget to enable override.css file on template parameters.


If you don't want to use it, you can add this on ../vm/vm_gk_flypage.css file like this:

Code: Select all
.prod_details div.lf {width: 270px!important;padding: 10px!important;}


Cheers ;)
User avatar
Platinum Boarder


cron