Viewing 4 replies - 1 through 4 (of 4 total)
  • Both of these can be hidden via CSS:

    1) Twitter logo can be removed via CSS by including the following into your theme’s stylesheet

    #tbheader {
      display: none;
    }

    2) twitter account name can be hidden by including the following:

    span.tb_author {
      display: none;
    }

    Make sure your theme’s style sheet is loaded after tweet blender’s stylesheet in the <head> element of your pages.

    Thread Starter pstergion

    (@pstergion)

    Awesome. That worked perfect. Thank you for your help!

    Thread Starter pstergion

    (@pstergion)

    I upgraded to the latest version and now the “twitter” graphic is showing back up again. How do I remove that twitter image from the sidebar widget? Thanks again.

    Each upgrade overrides tweets.css so if you made changes in that file directly then they would be lost. It’s better to make changes in your theme’s CSS file as that stays the same unless you upgrade the theme (which usually happens much less frequently).

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Tweet Blender] Tweet blender – remove account name & twitter logo ?’ is closed to new replies.