Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter 81701580

    (@81701580-1)

    sorry I meant to say the grey lines not borders

    You can use add “noborder” in your class as class=”pricebox noborder” and
    Then in your custom css file you can add
    .noborder{
    border: none;
    }

    line under the add to cart button can be removed the same way
    <div class=”product_meta noborder”>

    Hope that helps!

    Thread Starter 81701580

    (@81701580-1)

    Hi there, sorry I am new at this and I am not sure what you mean by in your class as class =”price box no border”….

    Is there a .css code that I could just add to the advanced settings tab to remove the borders?

    Thanks

    Use this code.

    div.product
    .product_meta {
    border-top: 0px;
    }
    .pricebox {
    border-top: 0px;
    border-bottom: 0px;
    }

    Hope it helps

    Thread Starter 81701580

    (@81701580-1)

    Perfect! Thank you so much

    You are welcome

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove borders on single product page’ is closed to new replies.