Hello, I am trying to change my slideshow header and body text to white while keeping my font for the rest of the page black. Currently running Debutify 3.0.5 any help would be appreciated.
1 Like
Please share your store URL.
Welcome to the Shopify Community.
I read your problem and it seems that I need to analyze your website to provide the solution here.
Would you please share your website URL and if your website is password protected then also provide the password.
https://solarlightdepot.com is the url
Store URL is https://solarlightdepot.com
1 Like
Please add the following code at the bottom of your assets/theme.scss.liquid file.
#shopify-section-1629489553c5f40c69 h2.hero__title.page-title.h1, #shopify-section-1629489553c5f40c69 .rte.hero__text {
color: #fff !important;
}
Hope this works.
Thanks!