Dawn theme product page popup customization

In my dawn theme website I want to customize the product page by adding the size chart popup element next to the label Size. I’ll attach the reference image for your understanding.

Website: https://coffeebyrsa.myshopify.com/

Password: coffee

1 Like

Hi @Sivadarshan

let try to add this css code:

.product-popup-modal__opener {
  position: absolute;
  left: 40px;
  margin-top: -7px;
}

Hi @Sivadarshan

You can do that by adding this code to Custom CSS in Online Store > Themes > Customize > Theme settings

. product__info-wrapper  .product-popup-modal__opener {
    top: 26px;
    position: relative;
    right: -40px;
}