• Resolved babakras

    (@babakras)


    I have activated POSTS TAB in APPEARANCE section in ultimate member SETTINGS.

    In front-end in the POSTS TAB of each user I can see the posts that was created by that user and below each post is the TIME that post was created,CATEGORY and COMMENT of that post.

    my question is that: How can I remove TIME, CATEGORY and COMMENTS that are below all the posts?

    please see this picture

    I appreciate your help in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Towhid

    (@cryptex_vinci)

    Hi @babakras

    Insert this css to hide the post meta displayed in tabs:

    .um-profile-body.posts .um-item-meta {
        display:none;
    }

    Thanks

    Thread Starter babakras

    (@babakras)

    Thank you for your reply @cryptex_vinci

    one more question:

    How can I also remove the post title in the same page ? for example if you look at this picture, I want to remove: Mixing Console

    Plugin Support Towhid

    (@cryptex_vinci)

    Hi @babakras

    Insert this css

    .um-profile-body.posts .um-item-link {
        display:none
    }

    Thanks

    Thread Starter babakras

    (@babakras)

    Thanks ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Post Tab’ is closed to new replies.