Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1147247
    Jacob D
    Participant

    After trying a few of the suggested options here in the forums I’m unable to get the submenu indicator arrows to stop displaying. This is the site in question: http://cerulean.pmcgdev.com/

    I’ve tried using the following in both the customizer and in the child theme’s style.css, but no luck.

    .x-navbar .desktop .x-nav li > a > span:after{
        content:"none"
    }
    .x-navbar .desktop .x-nav li>a>span:after {
        display: none;
    }
    body .x-navbar .x-nav li>a:after {
    	content: "";
    }
    #1147595
    Lely
    Moderator

    Hello Jacob,

    See this:http://screencast-o-matic.com/watch/cDjOV7iWYx
    We can use this:

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

    Hope this helps.

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