Hello!
I just updated both WordPress and Enfold to the latest version (2.5 & 3.8) and I am having issues with the slider and some other hover icons.
http://www.fuckmynose.com
On the homepage, you can see the layer slide but on the right arrow and on the stop button, you can see some extra text (‘; font-family:’) . Same thing is happening here on the categories hover image : http://fuckmynose.com/boutique/
My knowledge in html/css is kinda limited and after 45mn, I decided to ask you if you could help me out!
Thank you very much for your support.
Axel
Hi EatZeBaby!
Please add following code to Quick CSS in Enfold theme options under Styling tab
#top .ls-nav-next:before { content: '\E87d'; font-family: 'entypo-fontello'; }
Regards,
Yigit
Thank you very much Yigit for your (super) fast and efficient answer. Still, it is now displaying EB7d on the layer slider. It corrected the categories :)
Thank you again!
I added a \ and it worked!
#top .ls-nav-next:before {
content: '\\E87d';
font-family: 'entypo-fontello';
}
Thank you very much for your help!
Hey!
You are welcome! But i think there was a caching issue. It displays fine on my end without second \
Please try flushing browser cache after applying the code and it should work fine
Best regards,
Yigit
Tried it and worked instantly!
Thank you again for your time and availability!
Best regards,
Axel