Hi,
I have used the CSS below, to change the page title color, but it also changed part of the page content color as well as my testimonial slide font color.
.page-heading h1,p{
color:#FFFFFF !important;
}
so i put another CSS in, it will only work if I change the importance that is higher than the above CSS, which will interrupt the page title color.
.testimonial-text{
color:#000 !important;
}
Is there a way to solve the conflict that only changes page title to white but remains page content and testimonial to black.
Could you also help me to change the breadcrumbs color to #5F5F5F.
Thank you so much.