Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1018753

    Hello,

    For some reason when I visit my homepage on mobile the meta header at the top (about, our leadership, contact links) has a different font color than it’s supposed to be. The rest of the pages show that it is white and on this page it shows dark, there must be some setting or css that’s changing the color. How can I change this color back to white?

    #1018842

    Hey bobfurgo,

    Please try the following in Quick CSS under Enfold->General Styling:

    @media only screen and (max-width: 767px) {
    #avia2-menu a {
      color:#fff !important;
    }
    }

    Best regards,
    Rikard

    #1019108

    thank you!

    #1019118

    Hi,

    I’m glad you were able to get this resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘secondary nav menu color different on mobile on the homepage’ is closed to new replies.