slider text

Hey

Site1: I don’t want the text (title and/or content of the page) be shown on the slider.

Site2: I want the text on the slider be static (so no link to it, just the text).

Thanks for any help.

Brian

Hi Brian,

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

Site1: I don’t want the text (title and/or content of the page) be shown on the slider.

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

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

.flex-caption {
    display: none;
}
Site2: I want the text on the slider be static (so no link to it, just the text).

You can achieve this by using the attached child theme of Dazzling theme that contains some custom code.

Best Regards,
Movin