Id like to reduce the size of the $product price on dawn theme to be the same as the product title or at least reduced 50%.
Hi @Montique
This is Richard from PageFly - Landing Page Builder App
You can try this code by following these steps:
Step 1: Go to Online Store->Theme->Edit code.
Step 2: Search file base.css
Step 3: Paste the below code at bottom of the file → Save
span.price-item.price-item–regular {
font-size: 30px !important;
}
Hope that my solution works for you.
Best regards,
Richard | PageFly
1 Like
@PageFly-Richard I have found that this changes the size on the product page and this looks weird can we change the code to exclude the code on the product page?