Text no responding to color editing

Hello

Please see the screenshot. I am not sure why when I try to edit the whats app number from black to white - it is not responding.

You need to look at MOBILE version of the landing page to see the issue.

Hello @tatyana_kozh,

Thanks for writing to us.

It seems that you are using custom HTML inside the Classic Headline element just because the anchor color is not rendering. I would suggest you add a custom Class on the leadline element then add this custom CSS code under X—>Theme Option—>CSS

@media (max-width: 766.99px){
h2.h-custom-headline.custom-class a {
    color: #ffffff !important;
}
}

Please feel free to change the class name as per your need. Please note that if you change the class name you need to change the CSS code as well.

The purpose of providing the custom CSS to show you how to add CSS code to your site. Writing custom CSS is outside the scope of our theme support. If you need more customization, you need to learn CSS and learn how to use the browser’s element inspector.

Hope it helps.
Thanks

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.