Dawn theme - change position of the price

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.card-information .price {
    position: absolute;
    top: -33px;
    left: 0;
    color: red;
}