Hello,
Thank you for your question on making the gallery background transparent. You are not able to control the background color of the slider within the slider itself.
You can, however, use the Custom CSS styler in the Advanced tab of the Customizer to make the slider background transparent.
- Log into BoldGrid
- Click on Customize
- Click on Advanced
- Click on Custom JS and CSS tab
- Click on Custom CSS button
- Enter the following code at the bottom:
.wcflexslider { background: transparent; }
- Click the X to close the file
- Click the Save & Publish button
It is best practice to work with images that match the gallery width to maintain consistency.
Kindest Regards,
Scott M