Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1186500

    Hi, I have successfully changed the submenu icon on a desktop to use a single arrow instead of the double arrow in Integrity.

    However, I can’t find how to change the same arrow in the mobile menu.

    I used this code to get the desktop version to display correctly
    .x-navbar .desktop .x-nav li>a>span:after{content:””;}

    If I put in \f107 instead of  it displays the code rather than the icon.

    URL details below

    Thanks

    #1186504
    This reply has been marked as private.
    #1186629
    Rupok
    Member

    Hi there,

    Thanks for writing in! Let’ try this :

    .x-nav-wrap.mobile .x-icon-angle-double-down::before {
      content: "\f107";
    }

    It might not work within Customizer, in that case you need to use within Child Theme’s style.css.

    Cheers!

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