How to change multicolumn heading text colour?

Hi All,

I want to change the colour of these multicolumn headings to white but not sure how. Can anyone help?

www.aussieicebaths.com.au

@marlerjake

Hi Kindly add the bellow code in the bottom of “base.css” file.

CSS-

.multicolumn-card__info h3 {
color: #fff;

}

Thank you so much, worked a charm.

To the newbies like myself reading and wondering what the “base.css” section is, it’s this one

@marlerjake No It’s not the base.css. “base.css” file is include the whole css of the site.

in this section you can add the CSS for this section .