ResolvedBlog – categories and tags removal

Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #30957
    Cdupre
    Participant

    Hi there – i love this theme but i can’t seem to locate the documentation so i can troubleshoot myself.

    My issue:

    Blog masonry landing page (curated posts in masonry style)
    – this is showing the title, tags and categories under each post image. It is not showing the summary or snippets of the article. I want to show the image, title and the snippet or summary which I wrote up on Rank Math SEO. I also want to remove the date and the author that sits on top of the image. Where is this feature? I tried theme options, settings (reading, writing) but I can’t find it.

    Blog Post Page
    – this is showing the author, tags and categories under the feature image of the blog post. I don’t want anything to show under the featured image on the blog post page.

    Would appreciate your help in pointing me the right direction to display the blog landing page and the blog posts correctly. Thanks.

    #30958
    Cdupre
    Participant
    This reply has been marked as private.
    #30973
    Althemist
    Keymaster

    Hi Cdupre,

    Those changes can only be done with CSS. There are no theme settings for this.

    To show the post excerpts:

    .zass_blog_masonry:not(.zass_shortcode_latest_posts) div.post.blog-post .blog-post-excerpt {
        display: block;
    }

    Removing the date and avatar on post lists and all data on single post:

    .zass_post_data_holder .zass-post-avatar, .zass_post_data_holder .post-date, body.single-post .content_holder > .blog-post .blog-post-meta {
        display: none;
    }

    Hope this helps.

    Regards,
    Dimitar

    #31130
    Cdupre
    Participant

    Thank you Dimitar. I always appreciate your help and responsiveness. you are a pro!

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 the following item
Login and Registration Log in · Register