Twenty Eleven theme, how to change style to a specific “format”
Targeting the whole page First, ensure that you’re calling body_class() inside of the HTML <body> tag: <body <?php body_class(); ?> Then, you can take advantage of the post format-specific classes output by body_class() to style according to your needs. Single blog posts use the class single-post-format-{format} body.single-format-aside {} Archive index pages for a post format … Read more