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

    Hi again.

    How to set a logo that only shows on mobile?
    Like here:

    Thanks!

    #1335071

    Hey,

    Thanks for contacting us!

    Please add following code to Quick CSS field in Enfold theme options > General Styling tab

    
    @media only screen and (min-width: 769px) {
    .logo {
      display: none;
    }}
    

    Best regards,
    Yigit

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