Okay
  Public Ticket #3082770
Hide testimonials
Closed

Comments

  •  19
    Brian started the conversation

    Hi again,

    In the image down below I want to use the exact style, but I don't want the other quotes to show. The other ones now have like a 50% transparancy, but I want these to be fully transparent, so that they cant see them

    How can I do this, as I can't figure out where the effect is applied.

    5035615582.png

    Thanks!

  •  8,459
    Tahir replied

    Hey,

    Please provide the page url so that i can write up the custom css for whats possible.

    Thanks


    ThemeNectar Support Team 

  •  19
  •  8,459
    Tahir replied

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .testimonial_slider[data-style*=multiple_visible] blockquote {
        opacity: 0 !important;
    }
    .testimonial_slider[data-style*=multiple_visible] blockquote.is-selected {
        opacity: 1 !important;
    }

    Thanks


    ThemeNectar Support Team 

  •  19
    Brian replied

    You're amazing! Thanks again. 😄