How can I alter the font color on a collections page?

Hi All,

On our page https://www.skinsgolf.com/collections/golf-gloves, we’re struggling to change the font colour of our main heading. We would like to change this to black (from the current white).

Can anyone provide any assistance?

Thanks,

Don

Hi @golfer101

Please add the following code at the end of your styles.css file:

h1.banner__heading.title {
    color: black;
}

Should that help answer your query, we always appreciate liking & marking an as answer to let the community find quality solutions faster. Thanks!

1 Like

Worked perfectly, thank you!

You’re most welcome @golfer101

Should you have any other request please don’t hesitate to create a new thread and ask!

And if we wanted to change the banner subheading font on that page? Would it be this:

h3.banner__subheading.title { color: black; }

That seems to be it! @golfer101

You can always send another link showing the exact location should it not work