My code added to the theme.css asset file did not apply the text color change I input. The color will change only if I use the “Theme Settings” → Colors → Headings & Links → hex#000000 but it changes all the other headings as well. Using Debut Theme
My code:
@media only screen and (max-width: 750px){ #shopify-section-1625247223bbba8fdd .h2, h2 {
color:#00a8cf !important;}
@dmwwebartisan Thanks for the reply. The font color still did not change on mobile. Not sure why the css is not working for mobile (even with !important added). It has only worked for desktop font color changes
@KetanKumar I temporarily removed it to try another css code. I have re-added the code you provided earlier. So far the color of headers only change on mobile if I use the theme editor but that changes all of them and I only need a few to be changed.