Home Forums WoodMart support forum Remove Single Blog Image and Author

Remove Single Blog Image and Author

Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #302259

    mariacristal
    Participant

    How can I remove Single Blog Featured Image looking huge and the author.

    #302297

    Hello,

    Please provide the page URL, I will provide custom CSS to remove it.

    Best Regards

    #302300

    mariacristal
    Participant

    Here if is. How can I remove Single Blog Featured Image looking huge and the author.

    #302453

    Hello,

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

    .wd-entry-meta .meta-author {
        display:none;
    }
    .post-img-wrapp{
    display:none;
    }
    .blog-design-masonry.blog-style-shadow .article-body-container {
        padding-top:80px;
    }

    If we remove the date we can make the height of all the blocks equal.

    Best Regards

    #302554

    mariacristal
    Participant

    Hi,

    I meant inside a single blog post, to remove the huge image on top. Not on the complete blog masonry.

    #302623

    Hello,

    Please replace the code provided above with this one:

    .post-single-page.has-post-thumbnail .article-inner>.entry-header {
        display:none;
    }

    Best Regards

    #398271

    mariacristal
    Participant

    How can I hide the date on single blog posts?

    #398273

    mariacristal
    Participant

    How can I hide the date on single blog posts?

    How can I hide “continue reading” on blog archive?

    #398306

    mariacristal
    Participant

    How can I hide the date on single blog posts?

    How can I hide “continue reading” on blog archive?

    How can I hide date on blog archives?

    #398416

    Hello,

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

    .blog-post-loop .wd-entry-content .read-more-section {
    display:none;
    }
    .wd-post-date.wd-style-with-bg {
    display:none;
    }

    Best Regards

    #399120

    mariacristal
    Participant

    Thank you so much

    #399127

    mariacristal
    Participant

    How can I remove category title and comments from blog archive?

    #399158

    Hello,

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

    body .wd-post-cat.wd-style-with-bg{
    display:none;
    }

    I do not see the comments on the single post.

    Best Regards

    #399333

    mariacristal
    Participant

    I want to remove comments on the blog archive. See in private section link.

    #399415

    Hello,

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

    body .wd-entry-meta .meta-reply {
        display: none;
    }

    Best Regards

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