Skip to content

How can I show the cover image in the list in tags and categories pages? #631

Answered by danielfdickinson
pottekkat asked this question in Q&A
Discussion options

You must be logged in to vote

How can I set the list view to display the cover image in every page and not just the home page?

You need to modify the CSS. The issue is:

.tag-entry .entry-cover {
    display: none;
}

Reference:

.tag-entry .entry-cover {

You can override that behavior using custom CSS.

Hope that points you in the right direction.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@pottekkat
Comment options

@pottekkat
Comment options

@danielfdickinson
Comment options

@pottekkat
Comment options

Answer selected by pottekkat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants