Tagged: enfold, social icons
Hi,
The social icons I have set with enfold in my header at the top won’t appear normally. Instead of the nice colored one it seems some text is written as well. How can I fix that?
My site: http://www.calliframe.com and here’s a screenshot of what happens (it’s the same on all browsers)
https://www.dropbox.com/s/h07wuq9kwpdp3q1/ic%C3%B4nes.jpg
kind regards
Chrys
PS: they look fine ONLY when I’m logged in.. .
first of all to remove the text:
#top .avia_hidden_link_text {
display: none;
}
try to disable all plugins to see if one of them causes the problem.
Could be something like the cache plugin that causes some css to not load.
Hi,
It looks like it’s fine when I add only the css , it’s back to normal now!
Thanks for that!
Have a nice day,
Cheers!
Thank you for this solution. I just updated from 2.6.2 to 2.7 and had the same problem. This custom CSS did the trick.