Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1097596
    ckola
    Participant

    How do I create and a link in the top navbar? and position it next to my social media icons?

    website- westsidecg.com

    #1097864
    Nico
    Moderator

    Hi There,

    Thanks for writing in.

    You can add an html code in your Customize -> header -> Topbar Content to add a link in your top bar. Then to add a customization, you can add a class to the html then add the customization in your Customization > Custom > CSS.

    Hope it helps.

    Let us know how it goes.

    Thanks.

    #1099286
    ckola
    Participant

    whats the code for adding a link so that the site knows it links to one of the pages I created?

    I added the content but it is not doing anything

    #1099585
    Christopher
    Moderator

    Hi there,

    Please add following code in Customize -> Custom -> CSS :

    @media (min-width:767px){
    p.p-info {
        float: right !important;
        margin-left: 14px !important;
    }
    }
    body p.p-info a {
        color: red !important;
    }

    Hope that helps.

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