The below CSS works but affects the website globally. I added a custom ID attribute to the section I want to be altered, but I cannot seem to get the CSS to work properly.
strong.avia-testimonial-name {
color: white !important;
}
Attribute and class are both named: hptestimonial
Hey leahmessina,
Please try the css like this:
#top .hptestimonial strong.avia-testimonial-name {
color: white;
}
If you need further assistance please let us know.
Best regards,
Victoria