Topic-icon Twitter feed

Active Subscriptions:

None
10 years 4 months ago - 10 years 4 months ago #56612 by secedorg
Twitter feed was created by secedorg
I have recently added a Twitter feed to my website. As shown in the screenshot below, a little thumbnail image appears behind the author image in each post. How can I get rid of that image? I have noticed that the unwanted image looks like the user icon in the JSN Epic template, which would normally be included by adding the string "jsn-icon-user" to the module class suffix. I have checked that this is nowhere specified in the SCSocial Stream module. Website can be viewed on www.seced.org.uk. Thanks. - Andreas
File Attachment:
Last edit: 10 years 4 months ago by secedorg.
The topic has been locked.
Support Specialist
10 years 4 months ago #56614 by mel
Replied by mel on topic Twitter feed
This is coming from a style in your template for the author class (template.css line 1427). You can add the following to get rid of the background image for the SCSocialStream.
.sourcecoast.socialstream .author{
background-image:none;
}

Try that and let me know if you continue to have problems.

-Melissa
The topic has been locked.
Active Subscriptions:

None
10 years 4 months ago #56622 by secedorg
Replied by secedorg on topic Twitter feed
That worked. Thank you!
The topic has been locked.
Support Specialist
10 years 4 months ago #56623 by mel
Replied by mel on topic Twitter feed
Great, glad that resolved the issue.
The topic has been locked.