Hi,
I want to use enfold share links at the bottom of the posts. The problem is the tooltips are in french because my wordpress install is in french I guess (?) but the site is in english only so my problem is that the tooltips shows the text “share on Facebook” in french. Is there a way to translate that or even better to remove the tooltips and only have the icons?
Please note that I work on local.
Kind regards
Chrys
Hey chryseis!
Please refer to solution suggested here – http://wordpress.stackexchange.com/questions/27056/different-language-for-frontend-and-backend
Cheers!
Yigit
Hi Yigit,
I actually put back wordpress in english and deleted Enfold and uploaded it again so that now it appears in English.
But is there a way to disable the tooltips anyway?
Kind regards
Chrys
Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.av-share-box .avia-related-tooltip {
display: none!important;
}
Cheers!
Yigit
Hi Yigit,
Sorry for the late answer.
It’s working. So this subject can be closed. Thanks !