The borders are there exactly where I’d like them. I’d like to color in that meta area and change the border colors per article’s category.
I have worked the blog page to have a different color header automatically per category with this
COPY CODE
.masonry-listing .category-reviews .post-header {
background-color: #ECA73B!important;
}
.masonry-listing .category-clarksvillians .post-header {
background-color: #0075B0 !important;
}
.masonry-listing .category-events .post-header {
background-color: #0C595B !important;
}
.masonry-listing .category-opinions .post-header {
background-color: #34308C !important;
}
.masonry-listing .category-news .post-header {
background-color: #CC2E26 !important;
}
.masonry-listing .category-uncategorized .post-header {
background-color: #333333 !important;
I’d like something where the display of the articles border and meta bg are based off category.