Hi, I think in Hungarian, the ‘Kövess’ button would sound better as ‘Követés’ for following, as ‘Kövess’ sounds a bit too commanding. Thanks!
2 Likes
Hi there, @Tamas and welcome to the Community
I’ve forwarded your request to the dev team and will update you tomorrow
1 Like
Thank you for waiting!
We’ve changed the text of the Follow button using this code in the Custom CSS field on the Style tab of your widget’s settings:
.eapps-instagram-feed-header-follow-button-label {
display: none;
}
.es-header-follow-button::before {
content: 'Követés';
}
.es-header-follow-button {
display: flex;
flex-direction: row-reverse;
}
Please check your widget and let me know if it’s fine