Hi
Insert this CSS in Appearance -> Customize -> Miscellaneous -> Custom CSS
.home .logo {display:none;}
Thanks
Hi, that code doesn’t work, .logo {display:none;} works on all pages.
the code on that site looks real choppy. The css you were given should work but for whatever reason the body is missing the ‘home’ class. and that is what is preventing that css from working. I would just edit the header.php file and a conditional statement ‘if (is_home()) {…’ or something like that.
@markpugner33 The first code I gave you will work just fine. Add it to your Custom CSS and then try disabling all the plugins and see if that works.
Hi, it works now, the plugin which caused the problem was “Border Loading Bar”
https://wordpress.org/plugins/border-loading-bar/