Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1108929
    aquaventures
    Participant

    Hi!
    Thanks for the great theme and support! I would like to have my phone number and email address in the top bar content. Where can I find code for phone and email icons that work with X? also there is a huge gap between the top bar content and the nav bar. How can I decrease the space between the bottom of my top bar content and the top of the nav bar?

    My site is http://www.flkeyskayak.com

    I deactivated the top bar for now because it doesn’t look good!

    Thanks!!!

    #1109085
    Joao
    Moderator

    Hi There,

    As you deactivate your top bar I could not see how it looks, but please use the following code to display your

    <a href="tel:555-555-5555"> <i class="x-icon x-icon-phone" data-x-icon="" aria-hidden="true"></i> 555-555-5555</a>  &nbsp &nbsp &nbsp  
    <a href="mailto:[email protected]?Subject=Hello%20again" target="_top"><i class="x-icon x-icon-envelope" data-x-icon="" aria-hidden="true"></i> E-Mail Us</a>
    
    

    To adjust the size and color you can add the following cod to Appereance > Customizer > Custom > CSS

    .p-info a {
      font-size: 20px;
      border: none;
      color: red;
    }

    Hope that helps,

    Joao

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