Viewing 18 posts - 1 through 18 (of 18 total)
  • Author
    Posts
  • #960498

    Hi

    I have tried adding the following to the Quick CSS the logo has gone from one but not the mobile

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

    I’m not using a child theme.

    Regards

    #960528

    Hey info224,

    Try the following instead for mobile:

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

    Best regards,
    Jordan Shannon

    #960536

    Hi

    Thanks for coming back unfortunately that didn’t work :(

    #960538

    Hi,

    Please add my code to the VERY TOP of quick css so that it runs first before anything else. Also be sure to hard clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #960710

    Hi

    I’ve added to the top of the quick CSS and cleared the cache with the Autoptimize and WP Super Cache a few times and it is still not working :(

    Thanks

    #960955

    Hi

    I would be very grsteful if someone could look at this please as the website was supposed to go live today.

    Thanks :)

    #961015

    Hi,

    Again, that code is working for me. The login credentials you posted did not work, can you please check them.

    Best regards,
    Jordan Shannon

    #961076

    Hi

    I’ve updated the login details which are below thanks for your help :)

    PS I’ve tried to login with the below-mentioned and it worked

    #961089

    Hi

    The logo is now appearing on the PC version too. :(

    #961092

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    CSS Snippet:

    
    .logo, .responsive .logo { display: none !important; } 
    
    

    Best regards,
    Yigit

    #961107

    Hey

    That works but it now on my PC version this is the coding I’m using in the quick CSS

    Thanks

    .logo { display: none; }
    .logo, .responsive .logo { display: none !important; }

    #961131

    Hi,

    Try removing what you put. Just use what Yigit provided.

    Best regards,
    Jordan Shannon

    #961134

    Hi

    I’ve done that but unfortunately that did work and I did clear the cache a few times

    #961135

    sorry should be didn’t work doh

    #961137

    Hi,

    I’m not seeing the logo on desktop at all. Which browser are you using?

    Best regards,
    Jordan Shannon

    #961138

    I’m using Chrome I’m using it appears when you page down.

    #961141

    It’s okay I had not cleared my browser cache just the website’s cache. Thanks for your help guys :)

    #961142

    Hi,

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

    Best regards,
    Jordan Shannon

Viewing 18 posts - 1 through 18 (of 18 total)
  • The topic ‘Removing Enfold logo from Mobile not working’ is closed to new replies.