Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1118842
    goalsarecool
    Participant

    Is there a way to replace the social icons in my topbar with links to various pages on my site?

    Podcast

    #1119034
    Joao
    Moderator

    Hi There,

    You can use normal Icons there, You can find the icons on the page below, you can click with your right mouse button and inspect the icons for the code. If you need help indicate the icons you would like to use and we will provide you the code

    http://hdemo.theme.co/integrity-1/shortcodes/icons/

    
    <a href="http:/www.your-link.com/contact"><i class="x-icon x-icon-comments" data-x-icon="" aria-hidden="true"></i></a>

    You can add the icons one beside the other and than you can after add to Apperence Customizer Custom CSS

    
    .x-topbar .p-info {
       float: right;
    }

    And to Remove the Social Icons

    .x-topbar .x-social-global {
    display: none !important;
    }

    Hope it helps

    Joao

    #1119766
    goalsarecool
    Participant

    What if I want to use a menu where the social icons are right now?

    #1119953
    Friech
    Moderator

    Hi There,

    In that case, please follow the instruction provided here: https://community.theme.co/forums/topic/adding-a-menu-to-topbar/#post-1116716

    Let us know how it goes.

    Cheers!

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