Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #177519
    Christopher
    Moderator

    Hi there,

    Please change in code above :

    .x-navbar .mobile .x-nav li>a:after {
        content: "\f103";
        margin-left: 0.35em;
        letter-spacing: 0;
        font-family: "fontawesome"!important;
        font-style: normal!important;
        font-weight: normal!important;
        speak: none;
        -webkit-font-smoothing: antialiased;
    }

    To :

    .x-navbar .mobile .x-nav li>a:after {
        content: "\\f103";
        margin-left: 0.35em;
        letter-spacing: 0;
        font-family: "fontawesome"!important;
        font-style: normal!important;
        font-weight: normal!important;
        speak: none;
        -webkit-font-smoothing: antialiased;
    }

    Thank you.

    #179026
    Gee R
    Participant

    That worked.
    Many thanks for your help.

    #179175
    Zeshan
    Member

    You’re welcome! 🙂

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