Can anyone please advise how to change the price color on the product page (Boost Theme)?
1 Like
Hi @visionzz ,
You can change the price color to the color of choice by following the instructions below
- From you Admin page, go to Online store > Themes > Click the three dots on the theme you want to edit > Edit code
- Go to Asset folder and open the styles.css file
- At very end of the code, add the code below
.product-detail__price.product-price span {
color: red;
}
Hi @visionzz
This is Richard from PageFly - Shopify Page Builder App
Please add this code to your theme.liquid above the to get this solved
Step 1: Online Stores > Themes > More Actions > Edit code
Step 2: click on theme.liquid and paste the code above the
You can change the color to match your design by replacing the ‘red’
Hope this can help you solve the issue
Best regards,
Richard | PageFly
1 Like
Hi @visionzz
Please add this extra code for the home/collection page

