How do I change the color of a page title?

So I’m currently creating pages where my products will be listed. At the top of the page, the title says “Hot and Cold Cups” and it’s blue. I need it to be green and can’t figure out how to change it. Any help would be greatly appreciated!

Try adding this to the custom CSS box.
.page-title {
color: green;
}

Hi @Shadow154

This is Richard from PageFly - Shopify Page Builder App, I’d like to suggest this idea:

Online Store ->Theme ->Edit code

Assets ->Base.css or theme.css

.page-title {
   color: #c3c3 !important;
}

Hope you find my answer helpful!

Best regards,

Richard | PageFly

Thanks!!!