GK Products gallery

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Thu Aug 07, 2014 9:51 am
Hello.
How to change the price displayed in bubble, from the price before discount at a the discounted price.
User avatar
Fresh Boarder

GK User
Thu Aug 07, 2014 10:50 am
Hello,

What exactly do you want to change in this price? Could you provide an URL to your website? Here or via PM, maybe also this thread will be helpfull:
https://www.gavick.com/forums/storebox- ... 27000.html
User avatar
Moderator

GK User
Thu Aug 07, 2014 11:02 am
my website: ekoherba.logo-art.net
I wonts have in the circles the price after discount
User avatar
Fresh Boarder

GK User
Thu Aug 07, 2014 11:44 am
Add the following code into the theme’s css/override.css file (make sure to enable the “Use the override.css file” option in Template options > Advanced in the WordPress backend)

Code: Select all
.gk-product-gallery .gk-image .gk-img-overlay .amount {
margin-top: 35px;
}
.gk-product-gallery .gk-image .gk-img-overlay ins span {
   margin-top: 0!important;
}

User avatar
Moderator


cron