Image Format Posts

  • Unknown's avatar

    How can I change the background color or the image format post?

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar

    Hi there,

    You can use Custom CSS to customize things like the background color of image format posts in your blog.

    To add custom CSS, go to Appearance > Customize in your dashboard and select CSS from the Customize tools. In the CSS editor, you can enter the following CSS to change the background color on image format posts to yellow:

    .format-image {
    	background: yellow;
    }

    You may need to make other adjustments using custom CSS to get the look you want. Most of our CSS support is done by both staff and volunteers in our CSS customization forum:

    https://en.forums.wordpress.com/forum/css-customization

    If you would like additional help with CSS, please start a new post in that forum with your request. When you create a CSS-related help request, please make sure to select or link to the WordPress.com blog you’re working on and include a clear description of the change you’re trying to make. It really helps.

    If you have any questions about this, please let me know!

  • The topic ‘Image Format Posts’ is closed to new replies.