How can I change the font colour on my collection pages?

On my website www.hobbster.co.uk, I have a few featured collections on my Homepage, with a ‘view all’ button below the carousel:

When ‘view all’ is clicked however, the customer is taken to a collections page, but the font on this page is all in white: Collections – Hobbster

Can someone advise how to change this to black [as per the homepage]

thanks

HI @Solomond

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 base.css

Step 3: Paste the below code at bottom of the file → Save

h1.title.title–primary.inline-richtext.scroll-trigger.animate–fade-in ,

a.full-unstyled-link {

color: black !important;

}

Hope that my solution works for you.

Best regards,

Henry | PageFly

1 Like

Thanks Henry