-
Author
-
October 20, 2015 at 09:20 #83305prestoParticipant
Hi,
When I add a product to the shopping cart, the cart displays the following message:
“[Product Name] has been added to your cart” along with a “Continue Shopping” button. I have tried every solution I could find via Google search to remove the button but nothing is working. Is there something in the Kleo files that would prevent this?
Examples of what I have tried are:
COPY CODE.woocommerce-cart .woocommerce .woocommerce-message .button { display: none; }
and
COPY CODE.woocommerce .woocommerce-message a.button.wc-forward { display:none!important }
Both of those solutions where listed here: https://support.woothemes.com/hc/communities/public/questions/202858126-Remove-Continue-shopping-button-from-added-to-cart-message
I also tried:
.woocommerce_message a.button {display:none;}
That solution was presented here: https://wordpress.org/support/topic/plugin-woocommerce-excelling-ecommerce-how-to-remove-this-button-from-add-to-cart-and-checkout-pages
I tried numerous others but those seem to be the ones that should work.
I added each of these into the style.css located within my kleo-child folder. Maybe that’s the piece I’m getting wrong?
Thank you in advance for your help!
AngelaOctober 20, 2015 at 14:23 #83347sharmstrModeratorBoth of your first two solutions work on my site. See if you have commented out some css before this declaration and haven’t closed the comment.
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
Attachments:
You must be logged in to view attached files.October 20, 2015 at 18:16 #83386prestoParticipantThat’s obviously what I did because it works fine now. Wow. I’ll keep that test in my back pocket. Thank you for your help!
October 20, 2015 at 20:08 #83395sharmstrModeratorNo problem. I do that all the time 🙂
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionThis support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com
-
AuthorPosts
The forum ‘KLEO’ is closed to new topics and replies.