Text color for cookies botton and testimonial title
-
Good morning,
how can I change text color for cookies button and testimonial title like show in attached files?
Thank a lot in advance.
Elisabetta
Attachments:
You must be
logged in to view attached files.
Hello,
I saw the screenshots you attached.
1) Please provide the URL of the website to check it myself and help you out accordingly.
2) Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.testimonial .testimonial-content footer>span {
color: red;
}
Best Regards
Good afternoon,
code you providded works fine for testimonial title, remains button font text color at the right botton of site into coookies area like show in attached file.
Thanks in advance.
Attachments:
You must be
logged in to view attached files.
Hello,
You are Most Welcome.
Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.
.cookies-buttons .cookies-accept-btn {
color: white;
}
Regards.
Xtemos Studios