Remove pinterest 'pin' on hover

Hi team,

I used cornerstone element ‘Classic Raw content’ to add my Amazon Affiliate images. I am trying to remove the '‘Save/Pin’ that appears on hover. I have tried adding ‘no_pin’ to the raw content, Custom CSS, Class and Body CSS Class, however it is still showing the Save/Pin on hover.
What should I change please?
Thanks
Ramona

Hi Ramona,

Please add this code in the custom CSS:

.sw-pinit-button,
div.sw-pinit a.sw-pinit-button:hover:before {
    display: none;
} 

Hope this helps.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.