Change fancy heading color on mobile

szoszo
edited June 2016 in BeBuilder
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 }

image

Comments

  • Hi,

    to change fancy heading title color on mobile, you need to use the following css:
    @media only screen and (max-width: 767px) {
        .fancy_heading .title { color: #FFF !important; }
    }
  • Thanks,

    I did that but still no change. I sent you a message with login details regarding my other ticket if you need to take a look...

    Many thanks,

    Stef
Sign In or Register to comment.