• Resolved fallingblox

    (@fallingblox)


    I’m trying to change the background color of the “aside” post-format. Ideally it’d be a third color choice (instead of the default and “dark”) but I’d settle for changing it to “dark” since I use the a/v posts less frequently. As it is, the lack of a header means it kind of “bleeds into” adjacent posts, visually. A simple background change would fix that.

    I’ve been through the css and have found the code associated with “aside”, “audio/video” and with the “dark” post-format. I can’t figure out how a particular post format is designated as “dark” or not.

    I’ve looked into plugins that can change individual posts’ background colors but the “background” they change per post is the whole site background, which I’d prefer to leave alone. However, if anyone knows of a plugin that can do what I want, I’d be happy to hear about it.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hey there fallingblox,

    Hope you’re well today!

    You can apply background color to aside post format only on your blog page with some custom CSS. Please try adding the following CSS code in the style.css file of your child theme or add it in your site using the following plugin:

    http://wordpress.org/plugins/simple-custom-css

    .format-aside {
    background: #fff;
    }

    Replace the color hex value with the color of your choice. This should change the background color of the aside post format only on blog page.

    Hope this helps 🙂

    Cheers,
    Bojan

    Thread Starter fallingblox

    (@fallingblox)

    Many thanks — simple and works just as I had hoped!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘post format background color change?’ is closed to new replies.