Tagged: x Author Posts May 13, 2016 at 2:39 pm #990197 gobeyondesignParticipant http://www.morgananimalhospital.net 1. The logo is not showing up on the mobile and tablet view. 2. Also, the top bar turns white on mobile view. How do I remove this and make it blue like the desktop version? Thank you! M May 13, 2016 at 2:40 pm #990198 gobeyondesignParticipant This reply has been marked as private. May 13, 2016 at 9:19 pm #990734 FriechModerator Hi There, Thanks for writing in! #1 Look for this Custom CSS rule on your Customizer and remove it. .x-navbar .x-brand img { display: none; } This custom css rule is inside @media (max-width: 979px) block, that hides your logo on a screen width 979px and below. #2 Add this on your custom css @media (max-width: 767px) { .x-topbar p.p-info { background-color: #196EB4; } } Hope it helps, Cheers! Author Posts <script> jQuery(function($){ $("#no-reply-990197 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script> Log In Username: Password: Keep me signed in Log In