Archived topic
Designing Category Page
7 replies · Started by Chris on December 22, 2019
1. How to center Category Title: http://prntscr.com/qee95m
2. How to remove 'read more' from category post: http://prntscr.com/qee9cw
Hi there,
Can you provide the link to the page again?
Thanks :)
Done
1. Try this CSS:
h1.page-title {
text-align: center;
}
2. Try this CSS:
.archive.category .entry-summary {
display: none;
}
Awesome! Is there a way to make the category posts into a list: http://prntscr.com/qegqxo
End result should look like this: http://prntscr.com/qegr6f
Can't make them into a list.
But we can remove the two columns layout and featured images if that works for you?
Yeah, that's what I did. Thanks!
No problem :)