How can I change the slideshow heading font color in the Thalia theme?

I am having trouble changing the font color of the heading in the slideshow of the thalia theme. Does anyone know how to fix this issue.

Hello @Teemu_Korhonen ,

It’s GemPages support team and glad to support you today.

Could you please share your store URL ( with the password if your store password is enabled ) then I can see and suggest something for you?

Best regards,
GemPages Support Team

@Teemu_Korhonen
put below css into theme.liquid file before closing of tag


Hi @Teemu_Korhonen

You need to add this code in the theme files. For which you need to go to Online Store > Actions (Active theme) > Edit Code > Assets, under assets add the code at the bottom of theme.scss.css file.

#Slide24c2f49c-3aa2-41ab-ad2a-020341d5e23d .Heading{color: #000 !important;}

Hope it helps

Hello @Teemu_Korhonen

Go to Online store >> Edit code >> Assets >> main.css
Add this code below of main.css file

.caption2-slide1 {
color: red !IMPORTANT;

}

@Teemu_Korhonen

Add this code at the bottom of Theme > Edit code > main.css file

h2.caption2-slide1.xl-text1 {
    color: red !important;
}

Try it and let me know