Site logo

Archived topic

Can i get CSS to wrap the blog category container with border

3 replies · Started by pancakebg on May 11, 2018

Viewing posts 1–4 of 4

Hey guys, is there a way to wrap the blog category container ( the title area) with border.

Something like:

.comments-area {
border: 1px solid #e1e2e1;
}

Or is there a way to remove the title from the category?

Thanks!

Hi there,

Try this CSS:

.category .page-header {
    border: 2px solid #000;
}

Let me know.

Thanks, Leo!

It works great.

No problem!

This archived topic is closed to new replies.