Home Forums WoodMart support forum Blog snippet on tile view

Blog snippet on tile view

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #259558

    Hamed
    Participant

    We use Tile view in the blog (which currently shows date, title, and meta on it)

    We want to display the snippet (short description. a few words of the blog text) below the title as well.

    There isn’t such an option in the theme’s settings. Can you share a Code Snippet to add this, please?

    Thanks

    #259595

    Artem Temos
    Keymaster
    Xtemos team

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to show the excerpt on the blog tile

    .blog-design-mask .woodmart-entry-content {
    	display: block;
    }

    Regards

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