+2
W trakcie analizy

Option for Disabling the "more sharing icon"

Mac 12 lat temu Ostatnio zmodyfikowane przez Andrei Tsitovets 11 lat temu 1

I really would like to see an option for disabling the more sharing icon. 

Odpowiedź

Odpowiedź
W trakcie analizy

Hi Mac,

We'll consider your suggestion.

Thanks for feedback 


Odpowiedź
W trakcie analizy

Hi Mac,

We'll consider your suggestion.

Thanks for feedback 


+1

I have a temporary solution: the "more sharing" button is still there but hidden using CSS. I use the floating social media icon.


Just drop this into the CSS:


.shr_popup{
 visibility: hidden;
}

.shr_border{
 visibility: hidden; !important;
}