Full width slideshow on homepage

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