Full width slideshow on homepage

Hi,
Thanks for that brilliant theme.
My site is blanc-sauvage.com
Acording to what I read, since I want a slideshow with no text and no link to any post, I can’t use the theme’s slideshow but had to install a specific gallery plugin (Smart Slider). I then added a slider to the homepage static page. But although I set a 1920x550 px size slider, it appears small in the container. Yet the page is set to be full width.
Thank you for helping me getting a slideshow like your theme demo on my home.

Hi @atbs,

I hope you are well today and thank you for your question.

I visited your shared site and didn’t see any slider on it.

I want a slideshow with no text and no link to any post

You can try removing slider text by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.flexslider .flex-caption {
    display: none;
}

If you do not want to use posts for slider and instead want to use pages for slider then you can use the solution posted in the following topic

https://colorlibsupport.com/t/using-pages-rather-than-posts-for-flexslider/#post-52391

This solution is described more in detail in this topic https://colorlibsupport.com/t/slider-for-pages/#post-33351

Best Regards,
Movin