When I create new ‘pages’ for my theme, it does so in the original colors, not my updated colors.
If you compare the homepage of my site to the contact form for example, I can only change the homepage and can’t seem to figure out how to edit the font or colors of the pages.
Does anyone know how to do this? Thanks for the help!!
Hi @ACSupply
This is Henry 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 theme.liquid
Step 3: paste bellow code in tag → save.
{% if template contains ‘index’ %}
section h2,section h1,section h3,section p, section span {
color: red !important;
}
{% endif %}
Hope that my solution works for you.
Best regards,
Henry | PageFly
@PageFly-Henry I pasted the code in this location (looked different than yours) and nothing changed. Put screenshot below for reference. Any other ideas?
I noticed you changed the design for the Home page. Do you need any further assistance?