This topic has 6 replies, 3 voices, and was last updated 2 years, 6 months ago ago by Olga Barlow
A few things, this may very well be a plugin thing.
the paypal button and venmo button are larger than the add to cart burtton (can I make them smaller)
Is there a way to take out the -or- between the qty and the add to cart button?
The wishlist is displaying 2 hearts.
and finally – is there a way to add images to the color variations? its very confusing. You have to click the sizes before you can see any of the images change, and even when you do you can only display one.
Please let me know if you can assist.
Thanks
Hello,
1/ Provide URL of product with mentioned buttons.
2/ Add this code in Theme Options > Theme custom CSS:
.single-product #wcpay-payment-request-button-separator {display: none;}
3/ https://prnt.sc/ajiChwb4VYNf
https://www.8theme.com/documentation/xstore/plugins/wishlist/
4/ Yes, you can select Image type for variation swatches.
Watch this video – https://youtu.be/LgzC4iK-j6A
Regards
all product pages have it.
https://goinathletics.com/product/all-white-everything-track-jacket/
when you add something to your cart the buttons appear.
also can you display one heart? or when you disable, you disable both?
Hello,
I can see the Paypal button only https://prnt.sc/lgnwNYu1tHV2 , use the next code to change the height
.buttons-container .paypal-button {
height: 30px !important;
}
also can you display one heart?
– yes, you can, just set settings as was mentioned, and 1 heart will be shown.
Regards
Hello,
1) Add the below code to Theme Options > Custom CSS
.product-information-inner .ppc-button-wrapper {
max-width: 200px;
}
3) Follow the docs https://prnt.sc/ajiChwb4VYNf
https://www.8theme.com/documentation/xstore/plugins/wishlist/
And you’ll get the one heart after that.
Regards
You must be logged in to reply to this topic.Log in/Sign up