Hi,
I have the latest version of Enfold, and WordPress 4.0. Two days ago I had icons on my webpage, today it disappeared, see the screenshot
https://www.evernote.com/shard/s444/sh/1de607d0-e27c-4a67-92c2-2b43a5b4c330/bfbe9eaa28ca6a42b0d58446632c3699
I disabled all the plugins, but the issue didn’t change.
What could cause this problem?
Hi sobydesign!
Thank you for using Enfold.
You have this custom code which removes all span tags throughout the site:
.main_color span {
display: none;
}
Please remove it.
Best regards,
Ismael
Oh Ismael, you are the best:)
I used that code because I wanted to hide the author in the news section here:
https://www.evernote.com/shard/s444/sh/56ed4466-4b16-474a-b75c-5aa6dc1e2da7/1443ec4b65b5fafc8eb16562e648bcdd
http://www.csacu.com/acupuncture-is-worth-a-try-for-chronic-pain/
Could you help me, which code should I put in the custom to hide that information?
Thanks,
Rita
Hi!
Try this out.
.post-meta-infos {
display: none !important;
}
Best regards,
Elliott