Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1054512
    bluetroop2
    Participant

    http://cardinal.bluetroop.com/

    Hello, I’d like to remove the Facebook icon in the header portion of this web-site, but still keep it in the footer portion. How do I do that?

    Also, when reducing the design down to smartphone screen size, the top line bar of text wraps and interferes with the mobile menu nav-bar icon. Is there a way I can correct that as well?

    Thank you.

    #1054605
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .x-topbar .x-social-global {
        display: none;
    }
    .x-topbar {
        max-height: inherit;
    }

    Hope it helps 🙂

    #1054625
    bluetroop2
    Participant
    This reply has been marked as private.
    #1054626
    bluetroop2
    Participant

    Sorry, here is a smaller image to see…

    #1054774
    Joao
    Moderator

    Hi There,

    Please add the following code to Appereance Customizer Custom CSS

    
    @media (max-width: 500px)
    .x-topbar {
    padding-bottom:90px;
    }
    }
    

    Hope that helps,

    Joao

    #1056449
    bluetroop2
    Participant

    This did not work. Can we try something else?

    #1056733
    Joao
    Moderator

    Hi There,

    Sorry there was a missing curly bracket on the code:

    Please place the following code to Appereance Customizer Custom CSS:

    
    @media (max-width: 500px) {
    .x-topbar {
    padding-bottom:90px;
    }
    }

    Hope that helps,

    Joao

    #1058552
    bluetroop2
    Participant

    Yes, this works, thank you.

    #1058674
    Jade
    Moderator

    You’re welcome.

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