Change fancy heading color on mobile
Hi, at szo.wpengine.com on the under construction page I use a fancy heading. I would like it to be white on mobile.
I have tried the following custom css (active on the page now).
Thanks in advance for your help
h1, h1 a, h1 a:hover, .text-logo #logo {
color:#fff; !important }
h2, h2 a, h2 a:hover, .text-logo #logo {
color:#fff; !important }
@media h1, h1 a, h1 a:hover {
color:#fff; !important }
Comments
to change fancy heading title color on mobile, you need to use the following css: