Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1298789
    jessyhanley
    Participant

    This is my site: http://www.jessyandmelissa.com and I would like to do the following but only for the tablet / mobile versions of my site

    1. Remove the top black bar with (Jessy + Melissa + social icons)
    2. Make the logo smaller so it takes less real-estate
    #1298985
    Prasant Rai
    Moderator

    Hello Jessy,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    @media screen and (max-width: 900px) {
        .x-topbar{
    display: none !important
        }
    .x-brand img{
        width: 150px !important;
    }
    }

    Thanks.

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