• Hi,

    We just created our first webstory.

    The archive page shows the whole story. How can we display only the web stories without the poster image and the title below it?

    Possible?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • ?Hi there @syedmuksit ! Thanks for opening your topic. The archives page is provided by WordPress by default and as designed by your theme. You could try adding some custom CSS to display them without the image and title.

    To hide the cover image:
    .post-type-archive-web-story .type-web-story .post-thumbnail { display: none; }?

    To hide the title:
    .post-type-archive-web-story .type-web-story .entry-header { display: none; }

    Thread Starter syedmuksit

    (@syedmuksit)

    Thanks. It worked. ??

    1. How do I remove the “Read More” link from below it and instead, make the webstory clickable so that it opens the webstory?
    2. Is it possible instead of the full webstory, I only display the Poster image which is clickable and opens the story?

    The archives page is provided by WordPress by default and as designed by your theme.?You can create a custom page by going to Web Stories > Settings > Stories Archives. This way, you can design the Web Stories page how you prefer, embed the Web Stories block across the page, and have it open up in a lightbox.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Archive page story display’ is closed to new replies.