Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1162796
    Laimuciukas0
    Participant

    Please help, how I can remove link in shop from products pictures to single product page. For products pictures I want to have only button with link to partners e-shops. Thank you.

    #1162815
    Christopher
    Moderator

    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.

    #1162905
    Laimuciukas0
    Participant
    This reply has been marked as private.
    #1162939
    Thai
    Moderator

    Hi There,

    Please add the following CSS under Customizer > Custom > Global CSS:

    .woocommerce li.product .entry-featured img,
    .woocommerce li.product .entry-featured a,
    .woocommerce li.product .entry-header h3 a {
        pointer-events: none;  
        cursor: default;  
    }

    Hope it helps 🙂

    #1162965
    Laimuciukas0
    Participant

    It works, thank you!

    #1162973
    Joao
    Moderator

    Glad to hear we managed to help,

    Let us know if you need help with anything else.

    Joao

    #1169108
    Laimuciukas0
    Participant

    Hi,

    This code doesn’t work with tablet type computer, I don’t know why, please help.

    Thank you

    #1169158
    Thai
    Moderator

    Hi There,

    I tested on my iPad Air 2, it’s working fine.

    Could you please clear cache and try again?

    Thanks.

    #1169906
    Laimuciukas0
    Participant

    Thank you!
    I have another question, maybe could change sidebar text font color only in shop page (where is all products atributes filters, categories), now is grey, I would like blue color.

    #1169981
    Christopher
    Moderator

    Hi there,

    Please add this code :

    .x-sidebar li.wc-layered-nav-term a,.widget_layered_nav li .count {
        color: blue;
    }

    Hope it helps.

    #1170133
    Laimuciukas0
    Participant

    Thank you!

    #1170147
    Thai
    Moderator

    If you need anything else please let us know.

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