Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #631474

    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!

    #631880

    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

    #631956

    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.

    #632011

    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

    #632014

    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.

    #633016

    Hi,

    It seems like you figured it out already? :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.