Thank you for your help. I passed your comments on to the support team of the theme provider, they responded thus:
I checked your website, and it looks like there is no way to override that default styles which comes directly from twitter: https://platform.twitter.com/css/timeline.6ca4ddceb51c98199a0b1f03f7ae4215.dark.ltr.css
I placed css code directly into your head seaction of your website, it’s like that code is not even applied, I suggest you take this issue with the twitter support team since this is clearly a problem on how they load their files.
Please let them know that the css code used:
.timeline-TweetList-tweet .timeline-Tweet .timeline-Tweet-text a .PrettyLink-prefix,
.timeline-TweetList-tweet .timeline-Tweet .timeline-Tweet-text a .PrettyLink-value,
.timeline-TweetList-tweet .timeline-Tweet .timeline-Tweet-text a.link.customisable {
color: #00dddd;
}
Is placed in the section, and it should override their code because the css specificity in the above code is way higher than their own css specificity.
Since I placed the css code in the header of the theme, that code is present on FTTB (First Time To Byte), so it should override their own css codes.
I’m really sorry but I’m afraid this should be handled by their support team, unfortunately, I’m not familiar with how their plugin should work, but if so, looking at the plugin configuration, I see the links are set to be dark gray, which is not working either.
Thank you in advance