Hi
I am using this code to display the twitter feed in the footer. Is there a way I can display the tweets but not show the profile image?
Twitter Feed ProfileImage
3 replies · opened Jul 5, 2017
Hello,
This is Definitely Possible. Simply add the following CSS Code to hide the Twitter Avatars/Icons:
a.twitter-avatar,
i.icon-twitter { display: none !important; }This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Many thanks,
This works, however it removes the profile picture and the Twitter Bird logo.
Is it possible to just remove the profile picture but keep the Twitter bird logo?
Regards
Hello,
Then you can just use the following code:
a.twitter-avatar { display: none !important; }This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard