Viewing 3 posts - 1 through 3 (of 3 total)
  • #118586
    joeyw
    Member
    Post count: 78

    Hi,

    I need to change the link or if not hide it, on the cart > go to shop. I have had to manually build the shop as it has 4 different sectors. How can I link it straight to this page http://graphtecgb.co/onlineshop/

    Thanks
    Jo

    #118587
    joeyw
    Member
    Post count: 78
    This reply has been marked as private.
    #118599
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    I’m afraid that’s not possible as it uses the woocommerce settings. To remove it add this to your custom css:

    .sf-roll-button.shop-button {
      display: none;
    }
    

    – Kyle

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.