• Resolved cosinebob

    (@cosinebob)


    I tried using the short code [custom-twitter-feeds hidefollow=true]

    Did not work. Is there a way to hide the follow button. I do not want people to be able to click to follow my personal twitter account. Thanks.

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

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey cosinebob,

    Try adding the following to the “Custom CSS” area on the “Customize” tab:

    .ctf-header-follow {
        display: none !important;
    }

    That should do it!

    Thanks,

    Craig

    Thread Starter cosinebob

    (@cosinebob)

    Hey. Thanks for the quick reply. That did not change anything. I double checked and it is added to the Custom CSS and saved.

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    Hey again,

    Ahh sorry I was thinking you meant the follow button in the header. You can remove the follow button that displays if the feed is out of tweets using this CSS:

    .ctf-out-of-tweets iframe {
        display: none;
    }
    Thread Starter cosinebob

    (@cosinebob)

    Awesome. That did it. Thanks so much for a great plugin and great service. Much appreciated.

    Plugin Author Craig at Smash Balloon

    (@craig-at-smash-balloon)

    No problem! Have a great rest of your week.

    – Craig

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Hide Follow button’ is closed to new replies.