Hello DavePorter,
Heading are not editable in admin site,but we can remove top of heading using Twitter Custom CSS box.
Please following below steps.
1. Login with Admin user
2. Then Click on Setting -> AI Twitter Settings Link
3. Open AI Twitter Feed Options Page and check at the bottom of pages Custom CSS box.
4. Put this Below code if you hide Twitter Author Name
here code :
.aiwidget-title .tweet_author_name{
display: none;
}
Or if you remove the Both title then enter below code :
.aiwidget-title .tweet_author_name{
display: none;
}
Thanks, but just letting you know that both css snippets are the same 🙂
Dave
Hello DavePorter,
We think might be you resolved your problem and if you have still any query regarding this then please feel free to ask. 🙂
Thanks yes, I worked it out – but still letting you know that your first reply had two snippets of CSS that are identical.
It might help someone else in the future to correct the mistake.
Regards, Dave
Thanks… 🙂
Find below code to remove extra feed title.
if you remove Twitter Author Name :
.aiwidget-title .tweet_author_name{
display: none;
}
Or if you remove the Both title then enter below code :
.aiwidget-title{
display: none;
}
Regards,
August infotech