Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #306511

    There is text showing up at the bottom of my “events” custom post type that says “Comments are closed”. I would like to know the best way to remove that so when the theme updates that it will not return. Can you help me achieve this?

    LINK:
    http://questcommunity.com/events/fall-kick-off-lexington/

    Thanks,
    Nate

    #306839

    Hey ThomasWalkerDesign!

    Insert this code into the quick css field or child theme style.css:

    
    .single-ajde_events  .nocomments {
    display: none !important;
    }
    
    

    Best regards,
    Peter

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