Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1107028
    xsimon59
    Participant

    Hi-

    I found the CSS code to make it so menu that appear in the header that have subitems won’t have the little down arrows next to them. I implemented and it worked.

    WHawt I’d really like to do is have the arrows on one header item that has subitems and not have them on the other. Is this possible? If so, could you tell me how to do it? Thanks.

    Site is http://bostonhypnosis.com/

    I’d like to keep the arrows for “Issues” and not ahave them appear for “about.”

    Thanks.

    -Brian

    #1107032
    xsimon59
    Participant
    This reply has been marked as private.
    #1107129
    Joao
    Moderator

    Hi There,

    I am not sure what you mean.

    When I removed the code you it seems like the arrow is just present on the main navbar which contain sub items.

    Let us know more details,

    Thanks

    Joao

    #1117341
    xsimon59
    Participant

    I’d like it to have arrows on the Issues menu and not have arrows on the About menu. Both have subitems, I’d just like no arrow on the About menu. Is this possible? Please note when you answer that I’m not a programmer. Thanks.

    -Brian

    #1117534
    Rupok
    Member

    Hi Brian,

    Here goes a simple solution for you. Let’s update the code a bit with the below code :

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

    Hope this helps.

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