testimonials with white text
-
I would like to get a white text of testimonials (because I have a dark background), as you can see in the demo . I searched and do not see the standard font color settings. Please help.
Attachments:
You must be
logged in to view attached files.
Hello,
Enter the testimonial item and set the white color https://gyazo.com/12c78e085263625fa16fa042e6fdaa68
Best Regards
OK, this way I was able to change the text.
But is there another Name, and a trademark? How to change it?
Attachments:
You must be
logged in to view attached files.
2 photo
Attachments:
You must be
logged in to view attached files.
Hello,
Add this code to the Theme Settings > Custom CSS > Global:
body .testimonial .testimonial-content footer {
color: #ffffff;
}
body .owl-dots .owl-dot.active span {
border-color: #ffffff;
background-color: #ffffff;
}
body .owl-dots .owl-dot span {
border: 2px solid rgba(255, 255, 255, 0.6);
}
Best Regards
I used advice. Thank you, it worked.
Last thing, there were dark navigation arrows.
Visible on the screen
Attachments:
You must be
logged in to view attached files.
Hello,
Here is the code for arrows:
.owl-nav > div, .wrap-loading-arrow > div{
color: #ffffff;
}
Please add the code to the Theme Settings > Custom CSS > Global.
Best Regards