Change Full Width Text colour

Hi

How can I change the font colour of the text in the Full Width Section? Titled here “About Equity Release”

It’s the widgets within the section that I need to make white

Thanks in advance

Hey there

text mentioned by you is already white, but if you want to make other texts white as well you need this css:

div#text-20, div#text-21, div#text-15 {
color: white;
}

Thanks. Is there a way I can make the hyperlink text white too please?

Good evening :slight_smile:

Yes, thats possible with this code:

div#text-20 a, div#text-21 a, div#text-15 a {
color: white;
}