Home Forums WoodMart support forum Remove "Posted by…" on single blog page / archive page

Remove "Posted by…" on single blog page / archive page

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #128644

    timvanhuik
    Participant

    Hello,

    I have some questions:

    – I have a blog section on my homepage, and got rid of the “Posted by” by selecting the “design” Masonry Grid. So that’s ok

    – On the overview on /blog/ page i have selected in Theme settings – Blog – Also the Masonry Grid but in the blog archive page (/blog/) it is showing the “Posted by” and also the “Continue reading” text. How can I remove this, because it looks a lot cleaner without those two. Cannot be done in the admin?

    – On a single blog page, there is also the text “posted by”, and would like to remove this also. How can dit be done.

    🙂

    #128675

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .blog-post-loop .woodmart-entry-content .read-more-section,
    body .woodmart-entry-meta .meta-author{
    display:none;
    }

    Best Regards

    #128706

    timvanhuik
    Participant

    That worked out, but is still showing the “share icon” -> hovered-social-icons

    What do I need to change 🙂

    #128713

    Hello,

    Please replace the code, I have added the CSS to hide the comments and social icons

    body .woodmart-entry-meta .meta-reply,
    body .hovered-social-icons,
    body .blog-post-loop .woodmart-entry-content .read-more-section,
    body .woodmart-entry-meta .meta-author{
    display:none;
    }

    Best Regards

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