Would really be of benefit to be able to customise the EMBED Twitter feed text font SIZE and TYPE OF FONT, to enable the widget to fit in with the rest of a website, rather than looking small text and out of place, my site has a font size of “30” with font “Bliss Regular”
1 Like
Welcome to Elfsight Community @Paul_Holton
I totally share your point that this feature would be really helpful when working in the configurator. We’ll try to consider this opportunity in our future updates!
As for now, you can use these codes to customize the font in your widget.
Change the font size of all elements:
.eapps-twitter-feed-header-user-info-name{
font-size: 20px;
}
.eapps-twitter-feed-header-user-info-screen-name{
font-size: 15px;
}
.eapps-twitter-feed-header-statistics-item-name{
font-size: 10px;
}
.eapps-twitter-feed-header-statistics-item-data{
font-size: 17px;
}
.eapps-twitter-feed-posts-item-user-name{
font-size: 17px;
}
.eapps-twitter-feed-posts-item-user-screen-name{
font-size: 15px;
}
.eapps-twitter-feed-posts-item-user-date{
font-size: 15px;
}
.eapps-twitter-feed-posts-item-text{
font-size: 15px;
}
.eapps-twitter-feed-posts-item-actions-item{
font-size: 12px;
}
Change font family:
.eapps-twitter-feed-container{
font-family: Calibri;
}
Just add these codes to the Custom CSS field on the Style tab and let me know if it worked