• Resolved sonjamarie

    (@sonjamarie)


    On the single product page, when you add something to the cart there’s a ‘view cart’ button/text. I would like to hide/remove it please or at least add padding to the left and other styling. I’ve tried to do this in the elementor css area for that widget (add to cart widget) but it’s not showing any changes.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Rafy a11n

    (@nawaz0705)

    Hi @sonjamarie

    Thank you for reaching out!

    To hide the View cart text shown after adding a product to the cart, you can try using the below Custom CSS:

    /* hide view cart text | 5334463-zen | NS */
    
    a.added_to_cart.wc-forward {
        display: none !important;
    }

    To implement the above Custom CSS, kindly navigate to WP Admin > Appearance > Customize > Additional CSS > and add the Custom CSS there.

    Let us know if this works for you.

    Hi @sonjamarie

    We’ve not heard back from you in a while, so I’m marking this thread as resolved. If you have further questions, please feel free to open a new topic.

    Thread Starter sonjamarie

    (@sonjamarie)

    This is still unresolved and my question has not been responded to by anyone nor any advice on who could possibly look into it.

    Hello @sonjamarie!

    Have you tried following nawaz0705 suggestion? He gave the first reply to this thread.

    Look forward to hearing from you.

    Thread Starter sonjamarie

    (@sonjamarie)

    Oh right! Somehow I missed it sorry. Thanks it’s worked!!

    • This reply was modified 2 years, 4 months ago by sonjamarie.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Making the view cart text disappear’ is closed to new replies.