Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1126064

    I’ve got a website that has a white letter/transparent backgroun logo and the menu’s font is white, when I look at the website on the desktop everything looks good, I can see the logo and the menu but when I go to the mobile site both of those disappear because there is a white bar at the header of the mobile site. How can I get the mobile website to show the logo and the menu?

    #1126165

    Hey devynspirit,

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

    @media only screen and (max-width: 767px) {
    #header_main {
      background-color:red;
    }
    }

    Best regards,
    Rikard

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.