Home / Forums / WoodMart support forum / Remove Single Blog Image and Author
Home › Forums › WoodMart support forum › Remove Single Blog Image and Author
Remove Single Blog Image and Author
- This topic has 14 replies, 2 voices, and was last updated 3 years, 2 months ago by
Elise Noromit.
-
AuthorPosts
-
June 24, 2021 at 7:03 pm #302259
mariacristalParticipantHow can I remove Single Blog Featured Image looking huge and the author.
June 24, 2021 at 11:20 pm #302297
Elise NoromitMemberHello,
Please provide the page URL, I will provide custom CSS to remove it.
Best Regards
June 24, 2021 at 11:23 pm #302300
mariacristalParticipantHere if is. How can I remove Single Blog Featured Image looking huge and the author.
June 25, 2021 at 11:12 am #302453
Elise NoromitMemberHello,
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
June 25, 2021 at 4:01 pm #302554
mariacristalParticipantHi,
I meant inside a single blog post, to remove the huge image on top. Not on the complete blog masonry.
June 26, 2021 at 7:57 am #302623
Elise NoromitMemberHello,
Please replace the code provided above with this one:
.post-single-page.has-post-thumbnail .article-inner>.entry-header { display:none; }Best Regards
August 19, 2022 at 1:35 pm #398271
mariacristalParticipantHow can I hide the date on single blog posts?
August 19, 2022 at 1:46 pm #398273
mariacristalParticipantHow can I hide the date on single blog posts?
How can I hide “continue reading” on blog archive?
August 19, 2022 at 3:00 pm #398306
mariacristalParticipantHow 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?
August 20, 2022 at 5:03 am #398416
Elise NoromitMemberHello,
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
August 23, 2022 at 8:54 pm #399120
mariacristalParticipantThank you so much
August 23, 2022 at 9:44 pm #399127
mariacristalParticipantHow can I remove category title and comments from blog archive?
August 24, 2022 at 3:50 am #399158
Elise NoromitMemberHello,
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
August 24, 2022 at 3:55 pm #399333
mariacristalParticipantI want to remove comments on the blog archive. See in private section link.
August 25, 2022 at 3:18 am #399415
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .wd-entry-meta .meta-reply { display: none; }Best Regards
-
AuthorPosts
- You must be logged in to create new topics. Login / Register