Hi everyone, I wanted to change the color of the text and the background in some pages, like contact page and others but I don’t know how. Can someone help me?
The URL for my site is this: 4eb3b8.myshopify.com/pages/contact
Hi everyone, I wanted to change the color of the text and the background in some pages, like contact page and others but I don’t know how. Can someone help me?
The URL for my site is this: 4eb3b8.myshopify.com/pages/contact
Hi,
From the inspect element in google chrome find the section ID you want to change the color for
copy the ID as the example below then go to online store click on the dots near customize and open edit code.
Search for base.css file and paste the following code to it.
#shopify-section-template–20113974559049__form {background: red !important;}
Use the same approach for the other sections and pages you want to change.
If you need further assistant just let me know.
Thank you, what should I do for the color of the text?