Mainsite products overview problem

GK User
Fri Jul 22, 2016 3:26 pm
Hi,

First product from main site overview seems to work a bit strange. It's not possible to use (href doesn't work).
WooCommerce version: 2.6.3

Site: http://enjoythevision.com/
User avatar
Fresh Boarder

Joshua M
Mon Jul 25, 2016 8:22 am
Hi,

It's because of the circle animations (by default these circles are on different area). Try to add the following custom css code:
Code: Select all
.box--store.category {
  z-index: 5;
  position: relative;
}
User avatar
Moderator

GK User
Mon Jul 25, 2016 10:20 am
Of course, I didn't noticed this. Thanks once more :D
User avatar
Fresh Boarder


cron