Hi Guys,
I have a random date appearing upper one of the members of staff in the slider on the page in private content.
I have no idea why? Can you please help me get rid of it?
Thanks!
Hey jonrouse,
I couldn’t see anything like that on the page you linked to, could you post a screenshot highlighting the problem please?
Best regards,
Rikard
Sorry Rikard,
Try the following link – the client asked me to remove that person from the department they’re in on the previous link. It’s on the attached link.
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
/*Hide members date info*/
.page-id-4090 .post-entry-3508 .slide-meta {
display: none !important;
}
Best regards,
Vinay
Thanks Vinay,
I did have this problem once before. I fixed it by looking at the code, and there was something small. Such as a space, or a line break which I deleted and it fixed the problem. I tried looking for something yesterday and couldn’t find anything. I suspect it’s something still like that.