borders in virtuemart frontpage

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sat Mar 15, 2014 9:31 am
Reply with quote
Report this post
Hi all,
I'd like to modify virtuemart default lauout page in storebox template, adding a box around each product and/or category shown (something like bikestore template).

I'm trying to find which css file has to be modified using firebug, but I've not succeeded yet.
Can someone help me?

Thanks!

Stefano
User avatar
Fresh Boarder

GK User
Sat Mar 15, 2014 12:30 pm
Reply with quote
Report this post
Hi,
1) first tip: use override --> http://www.gavick.com/documentation/joo ... -template/
2) this should help:
Code: Select all
 div.category .spacer {
    border: 2px solid red;
}
User avatar
Platinum Boarder

GK User
Sun Mar 16, 2014 6:09 pm
Reply with quote
Report this post
Thanks!
User avatar
Fresh Boarder


cron