Where / how do remove the header block for the twitter widget. I just need to see the posts.
Thanks
Where / how do remove the header block for the twitter widget. I just need to see the posts.
Thanks
HI campbe13,
Can you post a link to your site? so we can give a specific css snippet to remove the twitter widget header.
Regards,
Ismael
Hi campbe13,
Add this code in you Quick CSS to remove the twitter widget header "Latest Tweets":
.tweetbox h3 {
display: none;
}
if that don't work, try to use this one instead:
.tweetbox h3 {
display: none !important;
}
Hope this helps. :)
Regards,
Ismael
Thanks, fyi I didn't need the !important; the first snippet worked.
Glad that worked for you :)
Let us know if you have any other issues.
Regards,
Devin
This topic has been closed to new replies.