Home › Forums › Jevelin Theme › How can i hide this terrible “contact” button?
Home › Forums › Jevelin Theme › How can i hide this terrible “contact” button?
Hi @SofiaMKT,
I hope you are well today and thank you for your question.
Could you please share the page URL from your site where it is displaying so that I can help you to hide it?
Best regards,
Shufflehound team
Hello! Thanks for your reply!
Solution for this topic
You can hide it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.woocommerce div.product form.cart a.button.btn { display: none; }
Thank you so much!! It is fine now!
You are most welcome here š