Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1173297
    kingpup
    Participant

    I’m not sure if this is intended behavior or just an oversight, but I notice that when you have tabbed content, the inactive tab text is selectable. In other words, the mouse pointer changes to a text cursor when you hover over it and it can be selected by dragging over it. This is different from the active tab, which behaves more like a button with non-selectable text.

    Is there an easy way to make the behavior of inactive tabs like buttons with non-selectable text?

    #1173425
    Rupok
    Member

    Hi there,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

    #1173518
    kingpup
    Participant
    This reply has been marked as private.
    #1173689
    Nabeel A
    Moderator

    Hi again,

    Please add the following code in your Customizer via Appearance > Customize > Custom > Edit Global CSS:

    .x-nav-tabs {
        cursor: default !important;
    }

    Let us know how this goes!

    #1173781
    kingpup
    Participant

    That works great thanks! I have a feeling it should be the default styling for tabs because it’s a far better user experience!

    #1174026
    Jade
    Moderator

    You’re welcome. 🙂

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