How can I add division lines and remove 'color' and 'size' on my Dawn theme product page?

hi, i would like to know how to put division lines in the product page as in the photo, and eliminate the voices “color” and “size”.

thanks for the support and have a good day :slightly_smiling_face:

website URL: https://drip-graffiti.com/

Hi @stra10

You can use this code and check if it fit your request

.product__info-wrapper .swatch--gl.clearfix { border-top: 1px solid #ddd; padding-top: 15px; }
.product__info-wrapper .swatch--gl.clearfix:last-child { border-bottom: 1px solid #ddd; padding-bottom: 15px; }

Hi @stra10 ,

Hi @JoshuaFox ,

This is Anthony from Beae Landing Page Builder, and I’m happy to assist you today.

While I acknowledge that this issue falls short of the desired outcome, I have an idea that I believe might be of help:

  1. Go to Online Store → Theme → Edit code
  2. Open your theme.liquid file
  3. Paste below code before :

Best regards,

Anthony