NEWS GK5

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
Thu Apr 25, 2013 1:41 pm
Reply with quote
Report this post
Is there a script I can put in to stop the blue circle from popping up on the "Shops & Trends" module. I would like to just have the "Add Cart" button show up upon hover over
User avatar
Senior Boarder

GK User
Thu Apr 25, 2013 2:56 pm
Reply with quote
Report this post
Hi,
please try add to override.css
Code: Select all
.gkNspPM-ProductGallery .gkImage .gkImgOverlay {
display: none !important;
}

and remember to enable override.css option in template settings.
User avatar
Gold Boarder

GK User
Thu Apr 25, 2013 3:53 pm
Reply with quote
Report this post
One last thing. Do you have a css override to center the item name in the NEWS GK5 "Product Gallery" Module. It is currently off to the left. Thank You!!!!
User avatar
Senior Boarder

GK User
Fri Apr 26, 2013 7:44 am
Reply with quote
Report this post
Please give me url to your site, it will be much easier to help you.
User avatar
Gold Boarder

GK User
Fri Apr 26, 2013 6:35 pm
Reply with quote
Report this post
User avatar
Senior Boarder

GK User
Mon Apr 29, 2013 8:21 am
Reply with quote
Report this post
Please try this code:
Code: Select all
.gkNspPM-ProductGallery .gkImage h4 {
text-align: center;
}
User avatar
Gold Boarder


cron