• Resolved Expat123

    (@expat123)


    Hello,

    My archives are set to display the featured/cover image which I want, but not for stories.

    I added this code that you recommend to another user having the same issue but the cover image is still showing: .post-type-archive-web-story .type-web-story .post-gallery { display: none; }

    Also, is there a way to have the stories display in 3 columns to avoid having so much white space?

    Please advise.

    Thank you

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Pascal Birchler

    (@swissspidy)

    Hi there,

    For your theme the CSS would need to be slightly different:

    .post-type-archive-web-story .site-main .web-story .post-image { display: none; }

    > Also, is there a way to have the stories display in 3 columns to avoid having so much white space?

    The layout is coming from your theme. You could try adding some more custom CSS to display them in columns.

    In the future we might support easier customization of these archive pages using the block editor. You can follow this ticket for progress on that.

    Thread Starter Expat123

    (@expat123)

    It worked! Thank you so much!

    Plugin Author Pascal Birchler

    (@swissspidy)

    Glad to hear it worked!

    If you have any other questions, feel free to create a new topic and we’re happy to help you.

    Otherwise, it would be great if you would consider leaving a positive review. It would be greatly appreciated.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Re: How to Remove Cover Image From Archives’ is closed to new replies.