Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #844448

    Thai
    Moderator

    Hi There,

    Try adding the following CSS under Customizer > Custom > CSS:

    img#wpstats {
        display: none !important;
    }

    Hope it helps 🙂

    #844515

    jeremysmiley
    Participant

    That got rid of the happy face, but the scroll still remains.

    #844892

    Rue Nel
    Moderator

    Hello There,

    Please update your iframe code:

    
    <iframe id="social_iFrame" src="http://lightersideofrealestate.com/real-estate-life/cool-stuff/introducing-she-sheds" data-lazy-src="http://lightersideofrealestate.com/real-estate-life/cool-stuff/introducing-she-sheds" width="100%" seamless="" class="lazyloaded" style="height: 1076px;" scrolling="no"></iframe>

    Please know that adding scrolling="no" into the code will remove the scrollbars. You can still be able to scroll the iframe content though. If you want to totally disable the iframe scrolling, please edit your page in Cornerstone and insert the following custom css in the settings tab, Settings > Custom CSS

    iframe#social_iFrame {
        pointer-events:none;
    }

    We would loved to know if this has work for you. Thank you.