Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1009407
    cabforward
    Participant

    I entered this code:
    /*Remove arrows from dropdown*/
    body .x-navbar .x-nav li>a:after {
    content: “” !important;
    }
    To remove the arrows from the menu items that have a dropdown, but it’s not working.

    #1009410
    cabforward
    Participant
    This reply has been marked as private.
    #1009512
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

    You can add this under Custom > CSS in the Customizer:

    .x-navbar .desktop .x-nav li>a>span:after {
        display: none;
    }

    Thanks.

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