Hi there,
Quick question:
I have a post here:
Sorry for the URL, it’s Russian :D.
Here’s my question, I have 5 blog posts in a category named gasztroseta. I can see that Wp creates a class of .category-gasztroseta. Also, it’s only 5 posts, and they all have separate ID’s, so that might be a way to target them as well.
So here’s what I’m aiming to do:
.single .entry-wrap {
border: 1px solid black;
}
This however, targets ALL blog post pages, but I’d only like to target the ones that are in the gasztroseta class (or via post id if possible). However when I try to concatenate them, it doesnt work, I tried doing it with the post id as well, but that does not work either.
How would you go about achieving this?
