-
AuthorPosts
-
May 22, 2018 at 8:12 pm #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
May 22, 2018 at 9:32 pm #960528Hey info224,
Try the following instead for mobile:
@media only screen and (max-width: 767px) { .logo a img { display: none!important; } }
Best regards,
Jordan ShannonMay 22, 2018 at 10:06 pm #960536Hi
Thanks for coming back unfortunately that didn’t work :(
May 22, 2018 at 10:11 pm #960538Hi,
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 ShannonMay 23, 2018 at 10:35 am #960710Hi
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
May 23, 2018 at 4:58 pm #960955Hi
I would be very grsteful if someone could look at this please as the website was supposed to go live today.
Thanks :)
May 23, 2018 at 5:43 pm #961015Hi,
Again, that code is working for me. The login credentials you posted did not work, can you please check them.
Best regards,
Jordan ShannonMay 23, 2018 at 6:47 pm #961076Hi
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
May 23, 2018 at 6:53 pm #961089Hi
The logo is now appearing on the PC version too. :(
May 23, 2018 at 6:55 pm #961092Hi,
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,
YigitMay 23, 2018 at 7:05 pm #961107Hey
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; }May 23, 2018 at 7:25 pm #961131Hi,
Try removing what you put. Just use what Yigit provided.
Best regards,
Jordan ShannonMay 23, 2018 at 7:29 pm #961134Hi
I’ve done that but unfortunately that did work and I did clear the cache a few times
May 23, 2018 at 7:29 pm #961135sorry should be didn’t work doh
May 23, 2018 at 7:32 pm #961137Hi,
I’m not seeing the logo on desktop at all. Which browser are you using?
Best regards,
Jordan ShannonMay 23, 2018 at 7:33 pm #961138I’m using Chrome I’m using it appears when you page down.
May 23, 2018 at 7:35 pm #961141It’s okay I had not cleared my browser cache just the website’s cache. Thanks for your help guys :)
May 23, 2018 at 7:37 pm #961142Hi,
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 -
AuthorPosts
- The topic ‘Removing Enfold logo from Mobile not working’ is closed to new replies.