GK: Products Gallery Text & Bubble styling

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Fri Mar 06, 2015 6:24 pm
Hi,
I need some help styling the Sales text color in the GK: Products Gallery Widget.
I used the override.css to change the price text-color to black but I want only the Sales price in red like shown in my screenshot.

Also I would like to change only the text in the bubble to display just the Salesprice, without the regular price & tax.

The url is : http://og-kinderbekleidung.de/ogshop/


Thanks
User avatar
Fresh Boarder

GK User
Mon Mar 09, 2015 8:49 am
Hello,

Try to add the following code at the end of your override.css file:

Code: Select all
.home .gk-product-gallery .gk-price ins span.amount {
  color: red;
}

.home .gk-product-gallery .gk-price ins {
  text-decoration: none;
}

.gk-product-gallery .gk-image .gk-img-overlay del,
.gk-product-gallery .gk-image .gk-img-overlay small {
  display: none;
}

.gk-product-gallery .gk-image .gk-img-overlay ins span {
  padding-top: 50px
}

User avatar
Moderator


cron