Change color of Only One Text from a Parallax Widget

Hello Guys. New at coding here.
I’m using a Parralax Section for Front Pages and I’d like to change some css in only one Section. How can I change it?

Hi there

Hope you are having a good day and thank you for your question :slight_smile:
Provide link to the page and then tell me which text you want to change
Thanks!
Colorlib Support Team

I’m using a free hostage only for learning, here it is https://thahga.000webhostapp.com/
I’d like to control the text from the first image (CONATATTOO) like changing color or adding shaddow so I can choose a better one for the picture. If possible, I’d like to choose the color for the two buttons (for example in the CONHEÇA button). Thank you very much!

hey there

Please add this CSS in appearance - customize - additional CSS

#shapely_home_parallax-2 .image-bg h1 {
color: rebeccapurple;
text-shadow: 0px 11px 14px white;
}
#shapely_home_parallax-2 .btn-white {
color: green;
}
#shapely_home_parallax-2 .btn-filled {
color: green;
}

Thanks!
Colorlib Support Team