Change elements in blog archive
-
Hello,
i cant change the elements in blog archive (Title for posts, Meta information, Post text
Read more button)
Attachments:
You must be
logged in to view attached files.
Hello,
You have the flexibility to modify the post title, post text, and more on the edit post page. Simply go to “Posts,” choose the post you want to edit, and make the necessary changes on the post page. Also you can enable or disable the opinion for read more button from Theme Settings > Blog > Blog Archive.
If you want to change the button text use the loco translate plugin to achieve this:
Video tutorial https://youtu.be/D3NsDdMzsls
Best Regards.
Hello,
i want to delete the elements in blog archive (Title for posts, Meta information, Post text
Read more button) on blog-archive like attached image. I can delete on blog page, but can’t delete on blog archive
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following code in Theme Settings < Custom CSS > Global Custom CSS:
.blog-design-meta-image .wd-post-cat:not(:last-child),
.blog-design-meta-image.has-post-thumbnail .wd-post-header>div,
.blog-design-meta-image .wd-read-more,
.blog-design-meta-image .wd-entry-content {
display: none;
}
Best Regards.
Thank you!
how i can hide date on blog page and blog archive?
Hello,
Try to add the following code in Theme Settings < Custom CSS > Global Custom CSS:
div.wd-meta-date {
display: none;
}
Best Regards.
Thank you, but i can’t hide date on homepage
Attachments:
You must be
logged in to view attached files.
Hello,
Try to add the following code in Theme Settings < Custom CSS > Global Custom CSS:
.wd-post-date.wd-style-with-bg {
display: none !important;
}
Best Regards.