Hi all,
I'm working in a child theme of Twenty-Eleven, and I'm a bit frustrated by the fact that there doesn't seem to be any way to alter .entry in the CSS.
Before I start diving into the .php for the child theme, am I wrong? Is there nothing that lets me change the entire .entry styling in Twenty-Eleven?
If there isn't, I guess I need to create that class and style it, then add a plain .entry div to the PHP. If there is and I'm somehow missing it, that'd be good to know before I start changing .php files in the child theme.
Please note that I am using a child theme, and don't need pointers, instructions, or tips on how best to manage a child theme. I would like a reply to the question asked, which is whether there is some method of styling .entry as a whole, rather than .entry.title, etc., in the css -- or if I need to create an actual .entry class, and add that div to the php, to create a style that affects entire entries (title + content).
Thanks!