Arrows content slider

Hi,
First of all - really nice work on the Beaver Builder!

I have 2 questions:

  1. How do you change the desgin of the arrows on the content slider. It looks like it is a SVG which are compressed. Is there a way to change it to for instance an image or another color?

  2. Is it possible to use an youtube/vimeo video as a background on a row?

All the best
Morten

Hey Morten,

Welcome to BB forums! Just letting you know that we are looking into this and will get back to you shortly.

Thanks!

KC

Hey Morten,

  1. If you’d like to change the color of the arrow, try the CSS snippets below. But if you want to use your own image, you’d need to override the content post module in your theme. There’re some instructions on how to do this here.
.fl-content-slider-navigation path {
    fill: #000000;
}
  1. Sorry, but that’s not currently possible. Feel free to head over to our User Voice Forums to add that as a feature request though. :slight_smile:

Thanks!

KC