Building a site for a client and they want a more compact display of their twitter feed. Using firebug found that the div classes "twtr-hd" and "twtr-ft" are the ones I would like to eliminate. Not an expert with php but searched through the code and couldnt figure it out.
Thanks for your help
http://wordpress.org/extend/plugins/cbnet-twitter-widget/
Hi zpierry,
You should be able to use CSS to make this change. I would recommend doing so via child Theme, or the Custom CSS component of the JetPack Plugin.
Thanks for using the Plugin!
nerdecke
Member
Posted 4 months ago #
This is late, but for all who search a solution for this. Here is mine!
Like Chip said, (thanks for this plugin btw).
Step 1: Install JetPack Plugin.
Step 2: Register
Step 3: Go to Designs/CSS change
Step 4: add .twtr-hd, .twtr-ft {
display: none;
}
fidosor
Member
Posted 4 months ago #
Sorry, still coming up to speed on WP and would like to clear the header on the twitter widget on http://www.fidos,org still in progress. Tried nerdecke's fix above but no luck.
I see how the header is constructed but I dont understand why the JetPack Plugin isn't working. Any pointers?
nerdecke
Member
Posted 3 months ago #
And if you delete the add before .twtr-hd ? Could be the Problem that you copied it too :D
But is Jetpack working or isn't it?