Changing header text's font colour in Source theme

Hello,

I am using the Source theme and I am trying to change the text font colour of the header in the Landing layout of the homepage.

Can you help, please?

Thanks!

Alex

You can try adding this in your code injection:

<style>.home-template .gh-header-title { color: #adff2f; }</style>

Change the hex value to your preferred color.

1 Like