Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #987793
    minyona
    Participant

    With button on the top right and links on the top left, including phone number, but not including the navigation drawer that this site has: http://www.miami-institute.com/

    #988105
    Joao
    Moderator

    Hi There,

    This is defenitly Possible

    Please follow this example:

    Top Bar Content @ Customizer / Header

    
    <a href="#holder" title="Holder Link">Secondary</a> ••• <a href="#holder" title="Holder Link">Navigation</a> ••• <a href="#holder" title="Holder Link">Can</a> ••• <a href="#holder" title="Holder Link">Go</a> ••• <a href="#holder" title="Holder Link">Up</a> • <a href="#holder" title="Holder Link">Here</a>
    
    <div><a href="#holder" title="Holder Link" class="topbarbutton">Button</a> </div>

    CSS @ Customizer / Custom / CSS

    .x-topbar .x-social-global {
    display: none !important;
    }
    
    .topbarbutton {
     float: right;  
     padding: 10px 20px;
      background-color: #27ae60;
      color: #fff;
      padding-top: 10px;
      margin-top: -8px;
    }
    
    .topbarbutton:hover{
      padding: 10px 20px;
      background-color: #27ae80;
      box-shadow: none;
     margin-top: -8px;
    }
    
    

    Please adjust the size and colors according to your wishes.

    Hope that helps,

    Joao

    #988142
    minyona
    Participant

    So awesome. How would I adjust the colors of the links on the top left?

    #988503
    Joao
    Moderator

    Hi There,

    Please add this code at your your Custom / CSS

    
    .x-topbar .p-info a {
    
    color: red;
    
    }
    
    .x-topbar .p-info a:hover {
    
    color: green;
    
    }

    Hope that helps,

    Joao

    #988561
    minyona
    Participant

    that helped, but it’s wrapping and the last link is always going to the next line. And what if I also want to include a phone number that is not a link, like the miami institute?

    #988563
    minyona
    Participant
    This reply has been marked as private.
    #989034
    Lely
    Moderator

    Hi There,

    Please add the following CSS to stop from wrapping:

    @media (min-width: 768px){
    .x-topbar .p-info {
    width: 50%;
    }
    }

    You can add something like this:
    <span>Phone Number here</span>

    Hope this helps.

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