add to cart icon

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Mon Jun 24, 2013 8:39 am
hey there, i just set the eSport template on my website and im missing the "+" icon on the front page wich should add to cart the item. Could u please point me out to a solution?
site dev link : http://195.178.102.2/~temptis/

best regards
User avatar
Fresh Boarder

GK User
Sat Jun 29, 2013 6:06 am
Hi,

The problem was solved? Because I see big "add to cart" buttons on your website.
User avatar
Administrator

GK User
Sat Jun 29, 2013 6:09 am
no , i couldnt find a way to put the + from template on, hence the big buttons
User avatar
Fresh Boarder

GK User
Sat Jun 29, 2013 7:17 am
Ok, your problem is connected with fact that these buttons are styles as plus sign only in the NSP module. You can try to change in the gk.stuff.css file the following selectors:

Code: Select all
.nspVmStore input.addtocart-button

and
Code: Select all
.nspVmStore input.addtocart-button:hover


to:

Code: Select all
input.addtocart-button

and
Code: Select all
input.addtocart-button:hover
User avatar
Administrator

GK User
Sat Jun 29, 2013 8:11 am
yes it works, but it doesnt have the same effect as in demo, prob ill have to reinstall with working NSP module, thx alot for your time.
User avatar
Fresh Boarder


cron