Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1215945
    heltaskelta
    Participant

    Hi there,

    I need to make some modifications to the social icons in the top nav bar.

    I will send more details in a private post as this site is on our development server…

    #1215949
    heltaskelta
    Participant
    This reply has been marked as private.
    #1216018
    Paul R
    Moderator

    Hi,

    You can add this under Custom > Edit Global CSS in the Customizer.

    
    .x-topbar p:empty {
        display:none;
    }
    
    .x-topbar .x-social-global a {
        margin-right:0;
        margin-left:0;
        line-height: 35px;
    }
    
    .x-topbar .x-social-global {
        margin-right:10px;
    }
    
    @media (max-width: 767px) {
    .x-topbar .x-social-global {
       margin-right:0;
        min-width: 120px;
        display: inline-block;
    }
    }
    

    Hope that helps.

    #1216035
    heltaskelta
    Participant

    Awesome!

    #1216146
    Joao
    Moderator

    Glad to hear it,

    Joao

    #1277459
    heltaskelta
    Participant
    This reply has been marked as private.
    #1277468
    heltaskelta
    Participant

    Sorry, logo size will be 60x250px not 50x210px as previously mentioned.

    #1277740
    Rupok
    Member

    Hi there,

    You can place the image tag within Topbar content and give it a custom class name for the sake of customization. If you need our help with some beautification, we can assist you but this kind of customization is out of our supprot scope.

    Thanks!

    #1278614
    heltaskelta
    Participant
    This reply has been marked as private.
    #1278646
    Paul R
    Moderator

    Hi,

    Please remove your code and add this.

    
    .x-topbar {
        padding:0;
    }
    
    .x-topbar .p-info {
        position: absolute;
        left: 0;
    }
    
    .x-topbar .x-social-global {
        line-height: 60px;
    }
    
    .x-topbar .topnavinfo,
    .x-topbar .topnavemail {
       margin-top:15px;
    }
    

    Hope that helps.

    #1278654
    heltaskelta
    Participant

    Sorry, didn’t work! Please advise. Thx

    #1278655
    heltaskelta
    Participant
    This reply has been marked as private.
    #1278697
    Paul R
    Moderator

    Hi,

    Kindly change this

    
    .x-topbar .p-info {
        position: absolute;
        left: 0;
    }
    

    to this

    
    .x-topbar .bwlogotopnav {
       position: absolute;
        left: 0;
    }
    

    Hope that helps.

    #1278712
    heltaskelta
    Participant
    This reply has been marked as private.
    #1278914
    Jade
    Moderator

    HI there,

    Please add this CSS:

    @media (max-width: 767px) {
        .x-topbar .x-social-global {
            position: absolute;
            top: 50%;
        }
    
        .x-topbar {
            min-height: 120px;
        }
    }

    Hope this helps.

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