Rounded border button - by Hennedk - on WordPress WooCommerce support

This topic has 4 replies, 3 voices, and was last updated 9 years, 4 months ago ago by Eva Kemp

  • Avatar: Hennedk
    Hennedk
    Participant
    December 25, 2014 at 15:40

    Hi,

    How can i remove the rounded borders from this button? It can be located on my frontpage.

    http://goo.gl/pww2gf

    3 Answers
    Avatar: Robert Hall
    Robert Hall
    Support staff
    December 25, 2014 at 15:47

    Hello,

    Try to add following code into custom.css file.

    .etheme_add_to_cart_button{
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
    }

    Here is a video tutorial how to create custom.css: https://www.youtube.com/watch?v=Qok2zRedRMY&feature=youtu.be.

    Regards,
    Robert Hall.

    Avatar: Hennedk
    Hennedk
    Participant
    December 27, 2014 at 11:07

    Thank you! Another question. How do i remove the comment part (as shown in picture) of the product pages. I want everything in the image removed from the single product page.

    http://goo.gl/UkWywI

    Avatar: Eva
    Eva Kemp
    Support staff
    December 27, 2014 at 11:57

    Hello,

    To remove reviews from a single product page you need disable it when editing a product:

    Thank you.
    Regards,
    Eva Kemp.

  • Viewing 4 results - 1 through 4 (of 4 total)

The issue related to '‘Rounded border button’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.