Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #788968

    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.

    #789002

    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

    #789073

    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.

    #789191

    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

    #789318

    Sure Victoria See in Private content
    Thanks in advance.

    #789358

    Hi,

    Just add this custom CSS code:

    .avia-related-tooltip {
    display: none !important;
    opacity: 0 !important;
    }
    

    Best regards,
    John Torvik

    #789431

    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?

    #789432

    Sorry to be fussy!!! :)

    #789475

    Hi,

    try adding this css code:

    .single-post #after_section_1 .content {
        padding-top: 20px;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #789476

    God, You’re Brilliant !! Happy Bunny now :)
    Many thanks

    #789564

    Hi,

    Great, glad we could help :-)

    Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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