Viewing 11 posts - 1 through 11 (of 11 total)
  • #78451
    gregcatmull
    Member
    Post count: 109

    When using the Single Image element with a page link, when you hover over the picture a transparent coloured block covers the image with a ‘link’ symbol.

    is there a way to remove the link symbol. I quite like the block transparent colour which cover the image.

    if this is not possible is there a way of removing the hover over colour and just simply having a clickable image?

    cheers
    Greg

    #78497
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    To remove the link icon add this custom css:

    .overlay i {
      display: none;
    }

    To remove the hover effect completely, add this:

    .overlay {
      display: none;
    }

    – Kyle

    #78508
    gregcatmull
    Member
    Post count: 109

    This didn’t work..

    .overlay i {
    display: none;
    }

    #78512
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Please provide me with a link so I can check the css

    – Kyle

    #78514
    gregcatmull
    Member
    Post count: 109

    shop.garsons.co.uk

    #78517
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    This should work:

    .overlay .thumb-info i {
      display: none;
    }

    – Kyle

    #78524
    gregcatmull
    Member
    Post count: 109

    still not working

    sorry to be a pain

    cheers
    Greg

    #78539
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    You’ve got it within your media query, you haven’t closed the first query here:

    @media only screen and (max-width: 479px) { .woocommerce-count-wrap {
      display: none;
    }
    body .woocommerce-shop-page ul.products li.product, body .product_list_widget > div > ul.products li.product {
      width: 100%!important; 
    }

    If you reduce you screensize to less than 479px you will see the css works

    – Kyle

    #78543
    gregcatmull
    Member
    Post count: 109

    yes that great, but I don’t want the link icon at all not just on mobiles.

    #78549
    gregcatmull
    Member
    Post count: 109

    Sorry ignore me, I’ve fixed it, I was being an idiot.

    cheers!
    Greg

    #78562
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Ok no problem 🙂

    – Kyle

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register