This topic has 20 replies, 2 voices, and was last updated 3 years, 2 months ago ago by Rose Tyler
Hi guys, i need help. How can i get rid of big add to cart buttons on my website?
Also, when editing a page. When viewing on tablet there is a feature that i cant get rid off.. Can you help me fix this?
Thank you!
Hello,
1/ Custom CSS can be used. Provide URL of page where buttons persist.
2/ Theme Options > Mobile panel > disable the panel
`
Regards
Hello,
The page is in the private content area. What i would like is not to show the big ADD TO CART button but still have the small rollover cart in the product image. Please see image
The mobile panel was enabled eversince but it still shows. Please i cant edit the colour etc..
UPDATE:
Been playing around the mobile panel. i’ve been able to fix it by enabling and disabling the panel. Looks like a bug but its all working now. I can now edit the panel, disable and enable it without any problem now.
I hope we can work something on the ADD TO CART button. I Tried disabling it but i want to still have the small cart button on the product thumbnail. Would like it to not show on all pages that has products. I only need to have add to cart button on the single product page.
IS that possible?
Thanks!!!!
Hi guys,
Just found another one one table mode. Can you help me fix this?
Thanks
Hello,
1/ I do not see the cart button – https://gyazo.com/351cd24c02ae6de3928a8d676e763f03 Is it disabled for unlogged users? could you provide temporary wp-admin access?
2/ Use the next custom CSS code:
@media only screen and (max-width: 992px) {
.shop-filters-area .sidebar-widget {
width: 100% !important;
}
}
Regards
I disabled it temporarily. Now it’s enabled. Login details in private content.
I will try the css code now.
Hello,
https://gyazo.com/e4f90f83ab57613c79be3473975dc8ff
Try the next custom CSS code:
.products-grid .product-details .button:not(.compare) {
display: none;
}
Regards
hi guys,
my footer nav http://prntscr.com/1qfxi5y
please check. supposed to be same as mobile.
Thanks
Hello @Jef
Please provide correct wp-admin access – https://gyazo.com/e4f90f83ab57613c79be3473975dc8ff
Regards
Hi guys, sorry this is my last request. found some pages with the product sliders that has ADD TO CART BUTTONS can we get rid of the buttons but the small button on the product image still there?
See private content for the links thanks a lot guys! I will launch the site soon!
Hello,
Please change this code:
.products-grid .product-details .button:not(.compare) {
display: none;
}
to:
.elementor-widget-etheme_products .product-details .button:not(.compare),
.products-grid .product-details .button:not(.compare) {
display: none;
}
Regards
yay thank youuuuuuuu
You’re welcome!
Regards
Hi guys, i’m very sorry. i overlook this. http://prntscr.com/1qv5ptk
It still has the add to cart button. Is it possible to disable this? This is in my account page.
Hi,
Please provide temporary wp-admin access.
Regards
Hi thank you very much. please check private content
Hello,
Change this code:
.elementor-widget-etheme_products .product-details .button:not(.compare),
.products-grid .product-details .button:not(.compare) {
display: none;
}
to
.product-slide .product-details .button:not(.compare),
.elementor-widget-etheme_products .product-details .button:not(.compare),
.products-grid .product-details .button:not(.compare) {
display: none;
}
Regards
YAY! Thank you for the quick response! I will gonna put this live tom! I’ll probably renew my support!
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up