Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1163561
    benkinneyco
    Participant

    I used this forum to figure out a way to do a custom CTA style for the “Contact Us” nav element on http://benkinney.com, and it works great with one exception. The problem is, when I’m on the http://benkinney.com/contact-us/ page, the active menu item text still has the red Renew underline. How can I remove the red underline under the “Contact Us” menu item on just this page?

    Thanks.

    -Jo

    #1163873
    Jade
    Moderator

    Hi Jo,

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

    .current_page_item.menu-item-1537 span {
        box-shadow: none !important;
    }

    Hope this helps.

    #1164005
    benkinneyco
    Participant

    Thanks! Perfect.

    #1164194
    Christian
    Moderator

    You’re welcome. 🙂

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