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

    Hey Snerp,

    To remove the logo in mobile devices please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    @media only screen and (max-width: 767px){
    .logo {
    	display: none !important;
    }}
    

    Best regards,
    Vinay

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