Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1240203
    JW & Co.
    Participant

    Good evening,

    Can you please tell me how to add this | cursor symbol in between each of the menu items in the footer menu on http://thejewelrycenter.joshuaweatherstone.com/jewelers/?

    If you need an example of what I am talking about, please look at the menu at the bottom of http://thejewelrycenter.us/jewelers.html.

    Thanks,
    Josh

    #1240388
    Paul R
    Moderator

    Hi Josh,

    Thanks for writing in!

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

    
    .x-colophon.bottom .x-nav li {
        padding: 0 0.5em;
        margin: 0;    
        border-right: 1px solid #000;
    }
    
    .x-colophon.bottom .x-nav li a {
            line-height: 14px;
    }
    
    .x-colophon.bottom .x-nav li:last-child {
       border:0;
    }
    

    Hope that helps.

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