Hello!
You will need to go into your CSS coding and add the following!
.twtr-hd, .twtr-ft{display: none;}
Also, your twitter widget should look like this:
new TWTR.Widget({
version: 2,
type: ‘profile’,
rpp: 4,
interval: 30000,
width: 250,
height: 185,
theme: {
shell: {
background: ‘transparent’,
color: ‘#ffffff’
},
tweets: {
background: ‘transparent’,
color: ‘#ffffff’,
links: ‘#27a9e6’
}
},
features: {
scrollbar: false,
loop: false,
live: false,
hashtags: true,
timestamp: true,
avatars: false,
behavior: ‘all’
}
}).render().setUser(‘YOUR_TWITTER_ACCOUNT_HERE’).start();
You can put what ever in the color areas, this just fitted the criteria of our website.
(Link to website http://beta.tjswebdev.com/)
This will get rid of your profile image, name, twitter icon at the bottom and the “Join Conversation.”