Apply custom CSS to a category

Posted in: Newspaper
Post count: 49

Hello, I would like to apply a css style to the images of a specific category, is there an easy way to do it?
I created the category “Comics” and the images published here should have a drop-shadow and rounded corners, like this:
img {
box-shadow: 0px 1px 3px rgba(50, 50, 50, 0.48);
border-radius: 3px;
}

Post count: 20685

Hi,

It could be possible, but I don’t for sure if you are referring to the category page or posts from that category. If you could provide these details and which images you want to be affected by the code, I will try to give you a solution.

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic.