Okay
  Public Ticket #1540541
Mobile Logo
Closed

Comments

  • jonstahl started the conversation

    My mobile version uses my static logo but it is on a black background, I want to use my scroll version of the logo for mobile so it shows up. How do I do this?

  •  2,010
    Ocean replied
    @media only screen and (max-width: 992px){
        header div#logo a img {
            display: none;
        }
        header div#logo .logo-scroll {
            display: block;
        }
    }

    You can easy add custom css code here: http://prntscr.com/gbgjxt