• I need to change the background color of the blog section. And the header section of each blog post. Instead of the blog title, I want the featured Image to show up there.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Imsrd,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Additional CSS field:

    .single-post #intro {
      background: red;
    }
    
    .blog #content {
      background: red;
    }

    Instead of the blog title, I want the featured Image to show up there.

    There’s no option for that in the theme, you need to customize the theme or consult with a developer.

    Thanks!

    Thread Starter imsrd

    (@imsrd)

    Worked like magic!

    Thanks a ton.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change background’ is closed to new replies.