Remove username and categories from posts

Home Forums Gillion Theme Remove username and categories from posts

Home Forums Gillion Theme Remove username and categories from posts

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
  • rxjj
    Participant

    Hello

     

    I’ve purchased the gillion theme and uploaded demo content and selected card style

     

    I would like to remove the author of the post as well as the categories from the front page and posts.

     

    How do I do this please?

    Hi @rxjj,

     

    I hope you are well today and thank you for your question.

     

    Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?

     

    Best regards,
    Shufflehound team

    rxjj
    Participant

    Hi here it is on the main page and on the when you click on the blog post

     

    This is directly from the demo content when the style is set to card style

     

     

     

    See attachments

     

    First one is from the main page /

     

    Second one is when you click on a blog post (from the demo content) but all posts are like this

     

    I’d like to get rid of the following:

    • author
    • 1 year ago / 1 month ago / date being published
    • tags must not show and must not be publicly published
    Attachments:
    You must be logged in to view attached files.

    You can hide them by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    #content article .post-categories-container,
    #content .post-meta-content .post-auhor-date,
    #content article .post-tags {
        display: none;
    }
    

    rxjj
    Participant

    Thank you that has worked BUT when I create a new blog post and select this option (slider under post style) it still shows my name.

     

    The front page is now resolved though but not the actual blog posts.

    Attachments:
    You must be logged in to view attached files.

    Then in this case please also use the below CSS code.

     

    #page-container .post-meta-content .post-auhor-date {
        display: none;
    }
Viewing 6 posts - 1 through 6 (of 6 total)