Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #990197
    gobeyondesign
    Participant

    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

    #990198
    gobeyondesign
    Participant
    This reply has been marked as private.
    #990734
    Friech
    Moderator

    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!

  • <script> jQuery(function($){ $("#no-reply-990197 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>