• Resolved bfbdev

    (@bfbdev)


    Hello all,

    i have a problem with the instagramm feed. Over some images there is a overlayed text showing… colourized like a hotlink. Could you please help me how to get rid of this text?
    Here a picture of what i mean: https://ibb.co/x25zhtm

    thanks for you help.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @bfbdev,

    Thank you for reaching out to us for assistance. There seems to be some conflicting CSS causing this issue. Please add the following to Instagram Feed > Customize > Custom CSS and Save Changes which should fix this:

    
    #sbi .sbi-screenreader {
      display: none!important;
    }
    

    Let me know should you require any further assistance.

    Best regards,

    i have the same issue, and it appears to have added a rogue <p> tag causing a shift and duplication of an image.

    the above css didnt work for me

    https://thenortherndad.co.uk

    • This reply was modified 3 years, 11 months ago by dfounde.
    Thread Starter bfbdev

    (@bfbdev)

    Thanks for your reply @joelsmashballoon , but your solution doesnt work for me. I copied your css code in the custom css of insta feed like you said, but nothing changed.

    Do you have another solution for me?

    Plugin Support Smash Balloon Joel

    (@joelsmashballoon)

    Hey @bfbdev, @dfounde,

    My apologies, my CSS selector was incorrect here as the ID is #sb_instagram while the one I used is a class. This should work:

    .sbi .sbi-screenreader {
      display: none!important;
    }

    As for your website @dfounde I do not see the same error so you may have been able to resolve this already.

    Let me know if either of you need further assistance.

    Best regards.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘text over instagram feed’ is closed to new replies.