Okay
  Public Ticket #2746742
Change Flickity Testimonial Background
Closed

Comments

  • thomashdqr started the conversation

    Hi!

    I can't find the CSS class to change the background of the flickity testimonials. They're set by default on white but i need them to be transparent with a border.

    How can I do that?

    Thanks in advance :)

  •  2,723
    Andrew replied

    Hi Thomas,

    Please send in your website url.

    Thanks.

  •   thomashdqr replied privately
  •  2,723
    Andrew replied

    Hi Thomas,

    Please try this css:

    .nectar-flickity.nectar-carousel[data-column-border="true"] .flickity-slider .inner-wrap {
      border: 2px solid rgb(255 252 252 / 10%);
      background-color: #ffffff00 !important;
    }

    Thanks.

  • thomashdqr replied

    Thanks Andrew, it works perfectly! You the best!