The social icons have a hover effect to pop-up a window that says “Share this on Facebook” or Share this on Twitter”.
How can I remove these windows and recuperate the space used by these pop-up windows.
Thanks in advance.
Hey frednz888,
If you edit the Social Share Buttons element the first box contains that text, just remove it.
https://pictr.com/image/HGYIB
Best regards,
Mike
Thanks Mike, but sorry Nope :(
I am referring to the “pop up window” when you move your mouse over the button, It says (Share on Facebook OR Share onLinkedin… You are referring to the “Title” for the Social Share Button Element.
This popup window takes a hell of a lot of room.
Would looove to remove it.
Thanks in advance.
Hi frednz888,
Could you give us a screen shot of what you would like to remove and could you please give us a link to your website, we need more context to be able to help you.
Best regards,
Victoria
Sure Victoria See in Private content
Thanks in advance.
Hi,
Just add this custom CSS code:
.avia-related-tooltip { display: none !important; opacity: 0 !important; }
Best regards,
John Torvik
Almost there! Great Thanks John, the tooltip has disappeared. The vertical space allocated to that tooltip is still huge. Can I shrink that down please?
Sorry to be fussy!!! :)
Hi,
try adding this css code:
.single-post #after_section_1 .content {
padding-top: 20px;
}
Hope this helps :)
Best regards,
Nikko
God, You’re Brilliant !! Happy Bunny now :)
Many thanks