Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1390912
    Austin Abell
    Participant

    Hi! I’ve tried a few different variations of code found in previous forum posts to have a single arrow dropdown for menu and submenu and haven’t been able to get it to work.

    Can you help?

    https://glassjacobson2.wpengine.com

    #1390914
    Austin Abell
    Participant
    This reply has been marked as private.
    #1391412
    Rupok
    Member

    Hi there,

    Thanks for writing in! You can add this under Child Theme’s style.css :

    .x-navbar .desktop .x-nav li > a > span::after {
        content: "\f107";
    }

    Note that it won’t work within Customizer and you need to remove your existing code that you have added to hide that :

    .x-navbar .desktop .x-nav li>a>span:after {
        display: none;
    }
      
    .mobile .menu-item-has-children .x-icon-angle-double-down:before {
    content: " ";
    }

    Cheers!

    #1391868
    Austin Abell
    Participant

    Awesome!! Thank you so much. Also, what types of CSS changes should I put in customizer and which should I put in Child theme?

    #1391955
    Rahul
    Moderator

    Hey There,

    You can find this CSS at Appereance > Customizer > Custom > CSS.

    Hope this helps.

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