There are 5 carousel effects to the DiviPro child theme. which effect you like you need to copy that section and paste it to your page.
The copy, paste module is Divi’s fantastic feature. Sam Munoz wrote a fantastic tutorial about it. You definitely need to check it out if you don’t know how to use this.
After pasting the section please go to the Divi wireframe view ( bottom left side of the Divi visual builder ). Here you will find the Carousel Container row. This row contains all carousel items. Edit the content here.
If you want to add the another Divi module please make sure you need to add a custom class swiper-slide to the CSS CLASS section under the Advanced tab.
There is a total of 5 carousel effects. All carousel has different class names
which effect you like you need to copy that section and paste it to your page.
Carousel Container
The carousel container has 3 classes.
1. swiper-container
2. dipro_carousel
3. Carousel effect class name like (dipro_multicolumnSwiper)
Pagination Container
The carousel pagination container has 2 classes.
1. dipro_pagination
2. Carousel effect pagination class (swiper-pagination-multi)
If you want to change the carousel effect, just change the container effect class name and pagination effect class name.
Ex: Want a coverflow carousel effect.
So
1. container class name would be: swiper-container dipro_carousel dipro_coverflow_effect_carousel
2. Pagination class name would be: dipro_pagination swiper-pagination-coverflow
You need to add a small custom code to change the arrow position.
Please copy the below code and paste it to the Divi theme option custom css box. Change the number -227 to your preferred Position..dipro_carousel .swiper-button-next, .dipro_carousel .swiper-button-prev{ top:-227px; }
Theme options
Arrow background color is a site primary color. which you can change by clicking the Theme customizer->Divipro settings->color->primary color.
Powered by BetterDocs
Your email address will not be published. Required fields are marked *
Comment
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.