Removing text from slider

Hello,
I would like to remove the text from my slider. I saw on some threads to install the child theme however when I do so, it says I do not have the parent. How can I remove the text from the slider properly?
Thanks

Hi,

How are you doing today? could you send me a URL to your site so I could better assist you?

Best Regards,
Support

Hello,

Thanks for the prompt reply! My site is not live yet, but I’ve attached the screen shot of what it says when I try to upload the child theme.

Thanks,
Raquel

You can hide the text from slider 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

#page .flex-caption {
    display: none;
}

Yay!! Thank you so much!

Raquel

You are most welcome here :slight_smile: