Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #957123

    I’d like to use a different background color for my testimonials slider. When I inspect my site, I can’t find the css for this. Does anyone know how to do this?

    Thanks in advance!

    #957710

    Hey ekay2618,

    Can you please share us your web site URL so we can check it out?

    Thank you very much

    Best regards,
    Basilis

    #957782

    I’ve shared the link privately. All I want to do is change the background color of the testimonial element (compact slider) from the yellow that is the general highlight/box color. Is it possible to add quick css to overwrite the color of the testimonial background only?

    Thanks!

    #957839

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    /* CSS - Testimonial BG */
    
    .main_color .avia-testimonial-arrow-wrap .avia-arrow, .main_color .avia-slider-testimonials .avia-testimonial-content {
        background: #f2f2f2;
    }
    
    

    Best regards,
    Yigit

    #957840

    Thank you, Yigit! Tech support is the best!

    #957843

    Hi,

    You are welcome! :)

    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How to change the background color for Testimonials slider (compact)>’ is closed to new replies.