Viewing 6 replies - 1 through 6 (of 6 total)
  • Mirko P.

    (@rainfallnixfig)

    Hi @samvel45,

    I’ve checked your site using Chrome and Firefox but couldn’t replicate the issue. This is what I see on my browser:


    Link to Gif: https://i.imgur.com/j73RF54.gif

    Does it also happen when you switch to a default theme like Storefront or Twenty Twenty? If you want to go through conflict testing I’d suggest checking this page.

    Cheers.

    Thread Starter xCelestialx

    (@samvel45)

    @rainfallnixfig thanks for your reply.As i said ,i hide default icon by css,because i cant hide the emoji magnyfiing glass that you see now.I want to hide or replace it.Thats the problem im looking solution for.

    View post on imgur.com


    P.s. I cant change Theme because it is a template and switching will cause destructions.And of course its live website

    • This reply was modified 3 years, 6 months ago by xCelestialx.
    • This reply was modified 3 years, 6 months ago by xCelestialx.
    • This reply was modified 3 years, 6 months ago by xCelestialx.
    • This reply was modified 3 years, 6 months ago by xCelestialx.
    Mirko P.

    (@rainfallnixfig)

    Hey @samvel45,

    Thanks for clarifying!

    If I understand correctly you’re looking to hide the magnifying glass, right? You can do it by adding some custom CSS code:

    
    .single-product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    display: none;
    }
    

    I only see one magnifying glass in the front end so I suppose this is the one that you want to hide.

    Hope this helps.

    • This reply was modified 3 years, 6 months ago by Mirko P..
    Thread Starter xCelestialx

    (@samvel45)

    @rainfallnixfig thanks but again thats not it.i disabled css that hide solid icon so now on front end you can see both icons.I dont want to hide whole button,i dont want to disable zoom.I want to hide emoji icon,and make appear only black one ,that on hover become white.Hope this time explained more understable.Gratefully,Sam,

    Mirko P.

    (@rainfallnixfig)

    Hey @samvel45,

    That overlapping magnifying glass icon is controlled by your Krowd theme. You’ll want then to reach out to your theme developers so they can assist you further with this. However, you could try the following CSS that should work:

    
    .wpneo-list-details .campaign-top .campaign-single-left .woocommerce-product-gallery__trigger {
    z-index: auto;
    }
    

    Cheers.

    Thread Starter xCelestialx

    (@samvel45)

    You saved my life bro.Im thankfull as hell.As addition i added gre y backround adding :after class so all okay now.Thanks again,my respect.
    Sam

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Remove Magnifying button emoji(only emoji,not all button)’ is closed to new replies.