Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #437972

    Hi,

    Is there a way of inserting an image and having this link to a category in woo commerce.

    What I really need is a grid of small thumbnails, which can be clicked to bring up the products within a woo commerce category.

    Many thanks for your help.

    Bryan

    #437994

    OK so I have worked out how to do this! Using Partner/Logo Element and then setting the link to a custom attribute.

    However, on this page how do I remove the sidebar so ONLY products show.

    http://www.theaudiobarn.co.uk/pa_brand/chord-electronics/

    I want to maintain the sidebar on this page:

    http://www.theaudiobarn.co.uk/news-events/

    Thanks for your help.

    Bryan

    #438011

    Hi!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    .archive.woocommerce .content {
      width: 100%!important;
      border: none!important;
    }
    .archive.woocommerce .sidebar {
      display: none!important;
    }

    Regards,
    Yigit

    #438108

    Hi Yigit,

    Excellent this has worked 100%!

    Thanks for your help.

    Bryan

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Using an image to link to woo commerce category’ is closed to new replies.