Atlantic theme - change subtitle's font color in slideshow

how can turn the font color (subtitle) in the slideshow from white to black in the theme [ATLANTIC] ?

page link: https://facialapps.net/pages/about-facial-apps-brand-story

password for access: aloha


wants to change color for the subtitle highlighted or else cant be seen.

anyone can advise? many thanks!!

@meanmeme Go to assets/theme.css and paste below css at bottom of file.

.slide .content .tagline
{
color: #333 !important;
}

Please add below css code in bottom of assets/theme.css file

.content-inner-wrap .tagline {
color: #000 !important;

}
Thank you.

@meanmeme

.content h3 {
color: #000 !important;
}

Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid

many thanks!!! this works in one go!

many thanks for your advice and solution too!!!

thank you for your advice!!

Please give like and accepted solution

Thank you.