How to remove the square button on product page?

How do I get rid of this?

Thanks

Hi Mark,

Thank you for reaching out to us. To remove the box, try adding the following code in the Theme Options > CSS:

.single-product .entry-top-navigation .entry-parent {
    display: none;
}

Here are some related links for further reading, this could help you in finding and implementing some CSS fixes:

Don’t forget to clear all caches including your browser’s cache after adding the code. Let us know how this goes!

worked! Thank you

Glad it worked.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.