Slider Section Info

Hi

you can hide or remove " Slider Section Info "

https://prnt.sc/gnh1bu

Best regards
Sandro

Hello there,

I hope you are doing well today.

You can use the following CSS code to remove the bar by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove slider information bar*/
.main-slider-bar {
    display: none;
}

Best Regards,
Support