Hey! Hoping someone can help. I’m pretty bad with coding but know some basics. I want to change the colour of the ‘title’ text within the collection pages of my site (Dawn theme ). Photo attached to show too.
help appreciated.
Hey! Hoping someone can help. I’m pretty bad with coding but know some basics. I want to change the colour of the ‘title’ text within the collection pages of my site (Dawn theme ). Photo attached to show too.
help appreciated.
This is Victor 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
@media screen and (max-width: 767px){
h1.collection-hero__title {
color: red;
}
}
Hope that my solution works for you.
Best regards,
Victor | PageFly
Hello @Coldclothing ,
It’s GemPages support team and glad to support you today.
I would like to give you a recommendation to support you so kindly follow steps below:
Open your theme.liquid theme file
Paste the below code before
Let us know how it works for you.
Best regards,
GemPages Support Team