Home Forums WoodMart support forum Change elements in blog archive

Change elements in blog archive

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #526199

    justintran.dl
    Participant

    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.
    #526484

    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.

    #527469

    justintran.dl
    Participant

    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.
    #527540

    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.

    #527556

    justintran.dl
    Participant

    Thank you!

    how i can hide date on blog page and blog archive?

    #527704

    Hello,

    Try to add the following code in Theme Settings < Custom CSS > Global Custom CSS:

    div.wd-meta-date {
        display: none;
    }

    Best Regards.

    #527789

    justintran.dl
    Participant

    Thank you, but i can’t hide date on homepage

    Attachments:
    You must be logged in to view attached files.
    #527949

    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.

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