Elementor Pro Introduction:
Elementor Pro stands out as a leading tool for website design, offering unparalleled capabilities to create visually stunning and highly functional elements. Among its many features, the ability to craft advanced sliders is particularly noteworthy. Sliders are essential for modern websites, enhancing user engagement and showcasing key content effectively. With Elementor Pro, you can move beyond basic image carousels and develop sophisticated, responsive designs that adapt seamlessly to any device.
In this guide, we will explore the process of creating an advanced slider with a card carousel effect using Elementor Pro. We’ll cover everything from setting up the basic structure to customizing the appearance with CSS and ensuring responsiveness across desktops, tablets, and mobile devices.

Setting Up the Basic Elementor Pro Structure
To begin, launch Elementor Pro and create a new section on your page. Set up a two-column layout to allocate space for both the slider content and any accompanying elements such as indicators or text. For an immersive design, configure the section to full height (100vh) and full width. This ensures that your slider occupies the entire viewport, creating a visually appealing experience for your visitors.
Inside the left column, create containers for the indicators and text elements. These containers will house the dynamic content that changes with each slide, providing a cohesive and interactive experience.
Adding Elementor Pro Dynamic Content
Within the text container, incorporate headings, paragraphs, and buttons to convey your message effectively. Use Elementor Pro’s styling options to customize the appearance of these elements, including color, typography, and text shadows, ensuring they align with your brand identity.
To ensure the content is visually balanced, use the parent container’s settings to center the content. This will help create a professional and polished look for your slider. After styling one set of heading paragraph and button, you can duplicate those items, to ensure uniformity.
Creating the Card Carousel Slider
The foundation of our advanced slider is the Testimonial Carousel widget in Elementor Pro. This versatile widget allows you to create a dynamic carousel with custom content for each slide. Add slides and customize the content with relevant text and images, ensuring each slide tells a compelling story. Adjust the slider settings, such as slides per view and custom width, to achieve the desired card carousel effect. Also, disable the autoplay function to give users control over the slider navigation.
Customizing the Slider’s Appearance with CSS
One of the key advantages of Elementor Pro is the ability to add custom CSS, allowing for granular control over the slider’s appearance. To achieve the card carousel look, add the custom class names .es-slider
and .side-slider
to the top container and carousel, respectively.
Then, incorporate custom CSS code to style the slider. This code can adjust the slider’s radius, height, and overlay intensity, creating a visually appealing and unique design.
Here’s an example of custom CSS you might use:
/* Custom CSS for Elementor Pro Slider */
.es-slider {
border-radius: 10px;
}
.side-slider {
height: 300px;
}
.side-slider .elementor-testimonial-content {
background-color: rgba(0, 0, 0, 0.5); /* Adjust overlay intensity */
}
In addition to CSS, some JavaScript code is required to make the slider fully functional.
Adding Navigation Arrows
To enhance user experience, incorporate custom navigation arrows using button widgets. Style the buttons with icons and rounded shapes, aligning them with your design aesthetic. Assign the class names slider-attach-left
and slider-attach-right
to the left and right arrow buttons, respectively. Use custom CSS to disable the default arrows and dots, ensuring a clean and uncluttered design.
Enhancing Text Effects and Indicators
Elementor Pro allows you to add class names (changing-widget
and that-part
) and custom CSS to achieve advanced text effects and indicator styling. Control the transition speed of the text to create a dynamic and engaging experience. The dots, serving as slide indicators, are automatically generated based on the number of slides, simplifying the design process.
Implementing a Dynamic Background
Use Elementor Pro’s slideshow option to add a dynamic background that changes with the slides. This feature enhances the visual appeal of your slider, creating an immersive experience for visitors. Incorporate custom CSS code to synchronise the background changes with the slide transitions, ensuring a seamless and cohesive design. Add a gradient overlay to improve text visibility, ensuring your message is always clear and legible.
Ensuring Responsiveness
A key aspect of modern web design is ensuring responsiveness across various devices. Elementor Pro simplifies this process with its responsive settings and media queries. Adjust the layout, element sizes, and positioning to optimise the slider for desktops, tablets, and mobile devices.
For tablets, adjust the number of slides per view and padding to maintain visual balance. On mobile devices, reposition the navigation arrows and indicators for optimal user experience.
Conclusion
With Elementor Pro, creating advanced and responsive sliders is within reach. By following this comprehensive guide, you can create visually appealing sliders that enhance user engagement and showcase your content effectively. Embrace the advanced customization options offered by Elementor Pro to create unique and captivating designs that set your website apart.
Remember to explore the full potential of Elementor Pro and to keep experimenting with different features and techniques. The possibilities are endless, and with a bit of creativity, you can create truly remarkable sliders that elevate your website’s design and functionality.
Want to master Elementor like a pro?
Check out our step-by-step expert guide on building a WordPress website using Elementor!
Don’t forget to Follow @GeeksGrow for more expert tips on web design & Elementor!
Use Elementor Pro’s responsive settings and media queries to adjust the layout and element sizes for different devices.
Elementor Pro allows you to add custom CSS via the custom CSS option, giving you control over the slider’s appearance.
Yes, by using the Testimonial Carousel widget and custom CSS, you can achieve a card carousel effect.
Include the focus keyphrase in the title, introduction, meta description, subheadings, and image alt tags.