Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1008328
    jrod0725
    Participant

    Is there an option to remove the button navigation style in the theme or is that a simple CSS add? I’d like to use normal text with hover menus. My site is http://qfit.staging.wpengine.com

    Thanks

    #1008460
    Prasant Rai
    Moderator

    Hello There,

    Thanks for writing in!

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

    .x-navbar-static-active .x-navbar .desktop .x-nav>li>a>span, .x-navbar-fixed-top-active .x-navbar .desktop .x-nav>li>a>span {
        border-radius: 0 !important;
    }

    Let us know how it goes.

    Thanks.

    #1008549
    jrod0725
    Participant

    I added that but it just changed the shape of the button to square.

    #1008552
    John Ezra
    Member

    Hi there,

    Thanks for updating the thread! You can add this under Custom > CSS in the Customizer or in your child theme’s style.css file.

    .x-navbar .desktop .x-nav > li > a > span,
    .x-navbar .desktop .x-nav > li > a:hover > span {
        background: none;
        border:none;
    }

    Hope this helps – thanks!

    #1009141
    jrod0725
    Participant

    Perfect. Thank you!

    #1009184
    Rahul
    Moderator

    You’re welcome!

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