Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #761788

    Hello,

    I added this code to remove the sharing options in the products in style.css in the enfold child but it does not work.

    Do you know why?

    /*ci dessous supprime les liens de partage dans les produits*/
    .single-product .av-share-link.av-social-link-reddit {
    display: none;
    }
    .single-product .av-share-link.av-social-link-tumblr {
    display: none;
    }
    .single-product .av-share-link.av-social-link-vk {
    display: none;
    }

    #761931

    Hi Audiolia!

    Can you please create a temporary admin login and post it here privately so we can look into it?

    Regards,
    Yigit

    #762272

    Hi,
    here access info ;)

    • This reply was modified 7 years, 8 months ago by Audiolia.
    #763076

    Hi,

    Thanks for the login details, please try this instead:

    .single-product .av-share-box {
      display:none !important;
    }

    Make sure to clear the cache from your caching plugin after adding the code.

    Best regards,
    Rikard

    #763162

    Thank you,

    Finally it’s a browser cache problem!

    Best reagrds

    #763242

    Hi,

    Glad that it’s fixed :)

    Best regards,
    Nikko

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.