Hi There,
Want to change color of a specific font in a header or paragraph.
Theme - Dawn
Website - Sutreet.in
Hi @SutReet
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
Hope this can help you solve the issue
Best regards,
Richard | PageFly
Hi @SutReet ,
Please see the solution below:
Go to Online Store > Themes > Customize.
Navigate to the section where you want to change the text.
If the customizer allows HTML, enter the sentence with inline styling like this:
FirstWord SecondWord
Go to Online Store > Themes.
Click Actions next to your active theme, then select Edit code.
Look for a file named theme.css, styles.css or base.css.
Open this file, add the CSS code.
Click Save when you’re done.
.color-one {
color: red;
}
.color-two {
color: blue;
}
I hope this helps! If it does, please like it and mark it as a solution!
If you need further assistance, feel free to reach out!
Regards,
Sweans
It did not work.