Working on: https://justthinkingbook.com/
There is an “endorsement” section in black at the bottom of the home page.
I’d like to adjust the size of the actual quote and shift all of the text (title, job description and quote) to white.
How can I make the chagne?
Hey satucker,
Please try adding this CSS code in Quick CSS, located in Enfold > General Styling:
#endorsements .avia-testimonial-content strong,
#endorsements .avia-slider-testimonials .avia-testimonial-name,
#endorsements .avia-slider-testimonials .avia-testimonial-subtitle {
color: white !important;
}
Best regards,
Nikko
Thanks Nikko. this didn’t seem to work. Any other ideas?
Hi satucker,
Did you change the section> It’s white now.
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#recent .avia-testimonial-content strong,
#recent .avia-slider-testimonials .avia-testimonial-name,
#recent .avia-slider-testimonials .avia-testimonial-subtitle,
#top #wrap_all #recent h2.av-special-heading-tag {
color: white;
}
If you need further assistance please let us know.
Best regards,
Victoria