If I change in the editor the collor of the text in the spesific image banner I want to change it changes it for the whole theme… www.surebuy.shop refresh theme latest.
Hey @SureBuy
Can you add this section on your website? I’m unable to locate it
Certainly! To change the font color of the specified image banner to white, you can use the following custom CSS:
css
.banner__heading, .banner__text { color: white !important; }
Make sure to include this CSS within the appropriate section of your website, such as in the section of your HTML document or in your stylesheet. The !important declaration is used to ensure that this style takes precedence over any existing styles applied to these elements. Adjust the class names accordingly if needed.
Thanks, chat GPT fixed it already