How do I remove the tittle and text of the slider?

thank you for the theme, it is great. can anyone please let me know how to remove the tittle and text of the slider?

I tried what u said about travelfy, but it didnt work here.
.featured-text {
display: none;
}

i don’t know what else to try…

THANK YOU!

All themes are different and for Sparkling theme you should use this code instead:

.flex-caption {
    display: none;
}

Thank you so much Aigars, Really appreciate how kind and generous u are! Very Best to you.

Sorry, I have another question, i could not find it on the search.
How do I make the call to action bar thinner?
Thank you so much, u rock.

It depends hot thin you would like to make it. The basic idea would be like this.

.cfa {
    padding: 10px 0;
}

Feel free to adjust padding value to get the result you were looking for.