Archived topic
Styling post listing on archive/search pages
23 replies · Started by Huseyin on April 25, 2020
Is the Snippet Activated ?
yes it is
Can you try the updated function here?: https://generatepress.com/forums/topic/styling-post-listing-on-archive-search-pages/#post-1257036
Hi Tom its already activated on snippets
Have you updated it? I made a change to the function, so you'll want to re-add it if you haven't.
thanks for the update Tom, check the screenshot for the end result
https://ibb.co/tsc74Z1
Try adding this CSS now:
.cat-letter {
display: inline-block;
width: 25px;
background: #000;
color: #fff;
height: 25px;
text-align: center;
line-height: 25px;
margin-right: 10px;
}
WOW Thanks very much, TOM.
You're welcome :)