Hi,
at the beginning, I would like to thank to whole team for yours stunning work. This theme is just amazing.
I have two questions, which I wasn’t able to solve by myself.
1. I have a small issue with the czech language. This translation should be included in this theme, but it does’t work. I tried to rename the language package to cs.po and cs.mo as well as cs_CZ.po and cs_CZ.mo, but even that I have my wordpress in my language, the theme is still in English. It’s fine by me, English isn’t a problem, but for example if I want to use the datapicker from the form part, it stays in English also in my website, which is a little bit confusing for visitors.
2. Is it somehow possible to add hover effect for icon? I have this code from yours theme shortcode [av_font_icon icon='ue90d' font='entypo-fontello' style='' caption='' link='manually,http://' linktarget='' size='30px' position='center' color='#cccccc'][/av_font_icon]
and I would like to add blue hover effect for this icon (this code is used in my footer socket).
Thank you a lot. David
Hey DHsolutions!
Thank you for using Enfold.
1.) Unfortunately, the translation is partial and is not complete. You need to translate the missing strings yourself. Please use this plugin: https://wordpress.org/plugins/codestyling-localization/
2.) Add this to the Quick CSS field:
#footer span.av_font_icon:hover a {
color: blue !important;
}
Cheers!
Ismael