Thank you for your timely response. I do not have my site published because it is not ready yet, but I have some screenshots with arrows pointing at the text that I need to change from blue to white or yellow. Is there an email I can send them too? I can’t seem to find anywhere to attach them to my post.
My additional css looks like this so far:
body.home .theme-services-content .col-lg-4:nth-child(n+4) {
display: none;
}
#theme-style-switcher .text-center a{
color: #000;
}
p, li {
color: #000000;
}