Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #106597
    skynet
    Participant

    Hello Awesome and Great CatchThemes Experts, please take a look at this screenshot: https://dl.dropboxusercontent.com/u/7588358/Screenshot%202017-01-06%2019.53.00.png
    how can i remove (Catchbox Pro) this background “gray” in this case when mouse is over the element (image) with a link inside? I want to remove on whole blog this background on mouse over all images. Is there any CSS for this? I googled it but no find any working solution.

    Please help!

    #106598
    skynet
    Participant

    Or maybe…CSS to change this grey with white background it’s possible?

    #106610
    Mahesh
    Keymaster

    @skynet: Please post in your site url. You have multiple sites and I’m confused on which one.

    Regards,
    Mahesh

    #106618
    skynet
    Participant

    https://www.vitamineproteine.com/mappa-alimenti/
    Take a look when mouse over on the little image they will be grey..
    i want to remove this grey and put white or simply remove it.

    #106632
    Mahesh
    Keymaster

    @skynet: Add the following CSS:

    a:focus img[class*="align"], a:hover img[class*="align"], a:active img[class*="align"], a:focus img[class*="wp-image-"], a:hover img[class*="wp-image-"], a:active img[class*="wp-image-"], #content .gallery .gallery-icon a:focus img, #content .gallery .gallery-icon a:hover img, #content .gallery .gallery-icon a:active img, a:hover img.wp-post-image, a:focus img.wp-post-image, .gallery-thumb a:hover img.attachment-thumbnail, .gallery-thumb a:focus img.attachment-thumbnail {
    	background: none;
    }

    Regards,
    Mahesh

    #106633
    skynet
    Participant

    Awesome Support! Work Perfect i expected! Thank you again for your hard work Mahesh!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘How To Remove Over on Image With Inside Link’ is closed to new replies.