Different popup-cart style on Store page?

eCommerce WordPress theme with various e-store features and WooCommerce support.
GK User
Wed Feb 26, 2014 2:35 pm
Just noticed that the Cart appears differently on the 'Store' page to all other pages.

This is a screen-shot of it on homepage

Image

This is on the 'Shop' page, but applies, seems to be taking WooCommerce styles?

Image

I'd prefer the WooCommerce styled buttons across the entire site, but if not possible, the other. Just as long as they all match.

Cheers,

Brad
User avatar
Junior Boarder

GK User
Wed Feb 26, 2014 3:04 pm
Hi,

You're right, thanks for your feedback, probably after WC update some classess were change/added.

Please add the following code into your css/stuff.css file (around line 612) or into override.css file:
Code: Select all
#gk-popup-cart p.buttons a {
   color: #ff7e57;
   display: inline;
   font-weight: 400;
   font-size: 16px;
   float: none;
   line-height: 1.6;
   margin: 0 0 0 5px;
   padding: 0;
}

#gk-popup-cart p.buttons a:active,
#gk-popup-cart p.buttons a:focus,
#gk-popup-cart p.buttons a:hover {
   background: none!important;
}


This fix will be also added in the next theme update. Thanks again.

Cheers!
User avatar
Moderator


cron