Tagged: 

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #920427
    #920440

    Hey,

    Can you please post a link to your page and point out the changes you would like to make so we can provide you an accurate solution? :)

    Best regards,
    Yigit

    #920465

    Thanks Yigit, page is below but let me know if you need a login to the site. Category ID is 32

    #920535

    Hi,

    Thanks for sending that info over. Perhaps try the following instead:

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

    Best regards,
    Jordan Shannon

    #920597

    Thanks Jordan
    That seems to have done the trick, but the date is still appearing on the individual posts in that category. So it;s fixed in one place but not in the other.

    #920760

    Hi dcashion,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .category-case-studies .date-container, .category-case-studies .text-sep-date {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #920857

    Hi Victoria, thanks for this. Now it’s taken the date out of the single blog post but the date is still appearing on the case study page, which has all the posts. Any way to take dates out of both single posts and case study page? Thanks

    #920969

    Hi,

    Thanks for the feedback. Please try this CSS as well:

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

    Best regards,
    Rikard

    #921064

    Thanks Rikard, all working fine now. /D

    #921194

    Hi,

    Glad we could help!
    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Basilis

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Hide post date from specific category’ is closed to new replies.