Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1366444
    ldollard
    Participant

    How do i stop the link in the heade, so when the header is clicked it does nothing, does not link. using renew theme.

    #1366720
    Friech
    Moderator

    Hi There,

    Thanks for writing in! You can add this under Custom > CSS in the Customizer.

    .x-navbar .desktop .x-nav > li > a:not(.x-btn-navbar-woocommerce) {
    	pointer-events: none;
    }

    Hope it helps, Cheers!

    #1368058
    ldollard
    Participant

    sadly that didn’t work, the header is still clickable as a link

    #1368362
    Rue Nel
    Moderator

    Hello There,

    To assist you better with this issue, would you mind providing us the url of your site with login credentials so we can take a closer look? 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.

    To do this, you can make a post with the following info:
    – Link to your site

    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thank you.

    #1371055
    ldollard
    Participant
    This reply has been marked as private.
    #1371474
    Paul R
    Moderator

    Hi,

    Please provide us your site url as well.

    Thanks

    #1372366
    ldollard
    Participant
    This reply has been marked as private.
    #1372965
    Friech
    Moderator

    Hi There,

    Would you mind to clarify what link you’re referring to?

    As you can see your main menu which has only the Logout item is disabled now, that is because of the css code I’ve provided above.

    We’ll be happy to provide you with a response once we have a better understanding of the situation.

    Thanks.

    #1373838
    ldollard
    Participant

    i am not talking about the nav bar, i’m talking about the hyperlink in the header, where the logo is, how do i stop the logo from being a hyperlink.

    #1373874
    ldollard
    Participant

    THIS is the fix i was looking for:

    .x-logobar {
    cursor: default;
    pointer-events: none;
    }

    #1374211
    Friech
    Moderator

    Cool, feel free to get in touch with us regarding any further queries about the X|Theme and Cornerstone.

    Cheers!

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