Viewing 3 reply threads
You must be logged in to reply to this topic.
How to change the font color to black in the testimonial Widget in the Small Box style.
http://www.grupoalianzachina.com
Hello,
This happens because the column that contains the testimonials, is selected to have light text. A
To make the font black, add this code into your Customizing > General > Custom Codes:
.testimonial-entries.style-boxed_small .testimonial_item .content p {
color: black;
}
Best regards!
Could you please tell me how to add that code step by step, Im new in WordPress. Thanks
Hello,
Yes, sure. Please follow the steps:
1-open Appearance > Customize, screenshot: https://ibb.co/8my0t78
2-go to Additional Css menu, screenshot: https://ibb.co/4Rp17XR
3-Add the css here and save changes, screenshot: https://ibb.co/WHh1w92
Best regards!
You must be logged in to reply to this topic.