Okay
  Public Ticket #3501446
Removing publication day on a specific archive page
Closed

Comments

  •  2
    Ricardo started the conversation

    Hello, I'd like to remove the publication data on a specific Category page only.  How can I accomplish this?

  •  2,744
    Andrew replied

    Hello there,

    Thank you for reaching out to us.

    Could you try removing that publication from the "Events" category and let us know how it goes? You can remove it by unchecking the category in the categories section shown in this screenshot.

    5835630279.png

    Try this and let us know how it goes.

    Cheers,

  •  2
    Ricardo replied

    I meant to say remove the publication date on the Events category.  I have it set to display on the Salient Settings, but for this category I'd like to not display it/

  •  2,744
    Andrew replied

    Hey Ricardo,

    Thank you for getting back to us.

    Add this into the Custom CSS box in your Salient Theme Options panel (We write all Custom CSS in the Live Browser to ensure accuracy. If you cannot see any changes, make sure there is no red cross in the Custom CSS Box as any syntax error would cause all CSS under that line of code to not show up on the Frontend):

    .category-events.category-44 .post-area.featured_img_left .post-content-wrap .grav-wrap span {
      display: none;
    }
    

    Try that and let us know how it goes.

    Thanks,

  •  2
    Ricardo replied

    awesome!  that did the trick! thank you!!!