New Landing How can we help? Cardinal Category page customization

Viewing 4 posts - 1 through 4 (of 4 total)
  • Posted in: Cardinal
  • #93905
    George
    Member
    Post count: 235

    Hello,

    I want to change the way my posts are displayed in categories.

    I have an events site, and the theme refers to posts obviously as articles.

    I would like to either remove ‘articles’ and have nothing, or change the wording to “Event”, site wide.

    Also, on each post is the date, i’ve got a plugin to make this a date in the future, however, is there a way of putting ‘Event Date:’ infront of the date, to ensure customers know when the event actually starts.

    I’ve attached an image of something along the lines of what i would like.

    THANK YOU IN ADVANCE!

    #93989
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .blog-item .details-wrap h6 {
      display: none;
    }
    .masonry-items .blog-item .post-date:before {
      content: "Event Date:";
      margin-right: 5px;
    }

    – Kyle

    #94210
    George
    Member
    Post count: 235

    Hi Kyle,

    Thank you for the reply.

    That works perfectly.

    #94266
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Great, no problem 🙂

    – Kyle

Viewing 4 posts - 1 through 4 (of 4 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register