Tagged: , , ,

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

    Hi,
    I need some help. I’m trying to make a job listing using posts, but in my listing I want to show additional details but not the date.
    How can I not show this information to avoid people to think the offer is old?
    Thanks for your help

    #1418751

    Hey joshuati,

    Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-52 .slide-meta-time {
      display: none; 
    }

    Best regards,
    Rikard

    #1418754

    Hi Rikard, I tried but still appearing.

    #1418762

    Hi,

    Please try this instead:

    .page-id-52 .slide-meta-time {
      display: none !important; 
    }

    Best regards,
    Rikard

    #1418766

    it works! thanks!

    #1418771

    Hi,

    Great, I’m glad that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.

    Best regards,
    Rikard

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