Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1247836
    goalsarecool
    Participant

    Can you please tell me how to make my footer menu items appear the same as my primary menu items do (font, size etc…)?

    Podcast

    #1248167
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer to make necessary changes in footer navigation that will look similar to main menu:

    .x-colophon.bottom .x-nav li a {
        color: #3254a5 !important;
        font-size: 11px !important;
        font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
        font-style: normal;
        font-weight: 700;
        letter-spacing: 0.182em;
    }
    
    .x-colophon.bottom .x-nav li a:hover {
        color: #000 !important;
    }

    Thanks.

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