Hi
I have finally found the code to make the titles a different colour from the body text. However it has also changed 3 areas that I would like to still have white text.
I currently have the below code down the bottom of the base file. What will I need to do to change the text to white in the 3 areas show in the pictures please?
AFD7E8 is blue
FFAC9A is peach
FFFFF is white
https://peachandpetals.com.au/
}
.banner__heading span {
color: #FFAC9A !important;
}
.banner__text span {
color: #FFAC9A !important;
}
h1, h2, h3, h4, h5, .h0, .h1, .h2, .h3, .h4, .h5 {
color: #AFD7E8 !important;
}


