This topic has 161 replies, 5 voices, and was last updated 8 years, 3 months ago ago by Robert Hall
Hello,
Add this code in Global Custom CSS:
.before-checkout-form .paypal_checkout_button {
margin-top: 0px !important;
}
Regards,
Eva Kemp.
That works for Desktop…but not for Mobile.
http://prntscr.com/blm3n6
Here it is on Tablet size: http://prntscr.com/blm47r
Also, on the cart’s popup, the Paypal button “Paypal Credit” is not aligned with the “Checkout with Paypal” button.
The odd thing is, this only happens on the Checkout page….no other page.
Thoughts on how to fix this?
Hello,
Please use this css code:
.cart-popup-container #paypal_ec_paypal_credit_button {
margin-left: 0px !important;
}
Regards,
Eva Kemp.
That works.
As stated above, in regards to Checkout page Paypal buttons.
Global CSS Code works for Desktop…but not for Mobile.
http://prntscr.com/blm3n6
Here it is on Tablet size: http://prntscr.com/blm47r
Hello,
Add this code in Custom CSS for mobile section:
.before-checkout-form #paypal_ec_paypal_credit_button {
margin-bottom: 25px;
}
and this code in Custom CSS for tablet section:
.before-checkout-form .woocommerce_paypal_ec_checkout_message {
width: 100% !important;
margin-top: 30px !important;
}
Regards,
Eva Kemp.
I’m going to get really picky here. Check out the video. https://gyazo.com/da94be256415dccd180a19e97bf42af2
The Checkout button text seems to slightly change size on hover…makes for a button not as “smooth” acting as the View Cart button is. I *think* that is the problem….the text.
If the video doesn’t convey that, just check it out directly on the site itself and hover over those buttons yourself. They just don’t have the same hover over action between them.
Hello,
Try to use this code in Global Custom CSS section:
.cart-popup-container .btn.filled.big {
transition: all 0.2s ease-in-out;
}
Regards,
Eva Kemp.
Great. That fixed it.
How can that same principle be applied to the empty cart page? The “return to shop” suffers the same hover problem. See vid.
https://gyazo.com/fb332973ec9c15979848a9cf27893208
I guess it needs the ease-in-out
Hello,
Please use this css code:
.empty-cart-block a.btn.filled.active {
transition: all 0.2s ease-in-out;
}
Regards,
Eva Kemp.
Perfect. What would it take to have ALL the buttons on the site to have that same “style” at hover?
Hello,
Try to use this css code:
.btn {
transition: all 0.2s ease-in-out;
}
Regards,
Eva Kemp.
I don’t think it did much of anything.
Hello,
Please show an example for what buttons you want to add that effect.
Best regards,
Jack Richardson.
Hey Jack.
All of the buttons. It *seems* like the only buttons that do ease are the “add to cart” button on the single product page and all buttons that are in popups on the site.
No “add to cart” or “select options” button on the Shop page or Category page does ease.
I could be wrong. Feel free to poke around and double check me. I’ve looked at so many things here lately that it all starts to look the same.
Hey Jack.
All of the buttons. It *seems* like the only buttons that do ease are the “add to cart” button on the single product page and all buttons that are in popups on the site.
No “add to cart” or “select options” button on the Shop page or Category page does ease.
I could be wrong. Feel free to poke around and double check me. I’ve looked at so many things here lately that it all starts to look the same.
Hello,
Please use this css code:
.product .content-product .btn {
transition: all 0.2s ease-in-out;
}
Best regards,
Jack Richardson.
That did the trick. Thanks!
Once an item has been added to cart from the single product page, a popup appears to confirm that action.
Those buttons need the radiused corners as well as the popup’s corners itself radiused. See screenshot.
Hello,
Try the following css code:
.emodal .emodal-text .btn {
border-radius: 5px;
}
Regards,
Eva Kemp.
That worked for the buttons…now what about the popup itself radiused?
Hello,
Add this css code:
.emodal {
border-radius: 5px;
}
Best regards,
Jack Richardson.
Thanks Jack…that worked.
And the product description color changed to #353535? Not all the text…just the item
Hello,
Please show us on screenshot the item you are talking about, also give us a direct link to the mentioned page as your last query isn’t clear. And what color should be for that item?
Thank you.
Best regards,
Jack Richardson.
It isn’t a page…it’s a popup.
I didn’t sway from the subject. I thought it was clear. We’re on the subject of the popup that appears when adding something to the cart.
The color was also mentioned…#353535
Item description only to change color to #353535
Hello,
Please use this css code:
.emodal .emodal-title {
color: #353535;
}
Best regards,
Jack Richardson.
Thanks Jack. That of course did the trick.
One thing I’ve noticed…if you go to the Cart page, delete multiple items one by one until the cart is empty, I don’t get the “empty shopping cart” message and image. I also don’t get the cart icon to update itself to $0.00 (although when hovering, it says that the cart is “empty”.
Any thoughts on this? See screenshot of what I see when I manually remove items from my cart.
Hello,
The problem is caused by woocommerce 2.6.x update. Our developer team is working on fixes in theme update. So we recommend to revert back woocommerce plugin to version 2.5.5 until theme update is released.
Best regards,
Jack Richardson.
Well actually, I’m on 2.5.5 Woocommerce 🙂
Any more ideas?
Also, speaking of empty shopping carts, the button “return to shop” needs the ease in ease out function as well.
What code is that please?
Hello,
Please use this code for the button:
.empty-cart-block a.btn.filled.active {
transition: all 0.2s ease-in-out;
}
As I see you’re using the latest Woocommerce version http://prntscr.com/boil0p.
So please downgrade to the Woocommerce 2.5.5 version.
Regards,
Eva Kemp.
The issue related to '‘Shopping Cart Popup Tweaks?’' has been successfully resolved, and the topic is now closed for further responses