Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1255935

    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?

    #1256112

    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

    #1256125

    Thanks Nikko. this didn’t seem to work. Any other ideas?

    #1256197

    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

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.