How can i hide this terrible "contact" button?

Home Forums Jevelin Theme How can i hide this terrible “contact” button?

Home Forums Jevelin Theme How can i hide this terrible “contact” button?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    RESOLVED Posts
  • SofiaMKT
    Participant

    Hello!

    i want to hide the “contact” button in brown. I do not know why this appears to me because this do not appears in your t-shirt example.

    Attachments:
    You must be logged in to view attached files.

    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

    SofiaMKT
    Participant

    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;
    }

    SofiaMKT
    Participant

    Thank you so much!! It is fine now!

    You are most welcome here 🙂

Viewing 6 posts - 1 through 6 (of 6 total)