Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #437145

    What’s the best way to add a background color behind the headline under a blog post preview image? For example, the section background is gray, but I want the headline under the preview image on a white background (not gray). Additionally, I’ll need to apply padding around the headline within the white space. I’m using the blog post element, grid style.

    See the white background behind the headline under the images: http://www.bravotv.com/shahs-of-sunset

    This possible with custom css?

    #437900

    Hi codemode!

    I’m unsure exactly what it is you want to change, could you provide us with a screenshot highlighting the issue please?

    Cheers!
    Rikard

    #439434

    Sure – see this screen shot: screen

    See how the blog posts are on a gray background but the headline container has a white background?

    #440083

    Hi!

    Did you use the Blog Grid style for the blog page? Or the post slider? Try this in the Quick CSS field:

    .slide-content {
      background: #fff;
      padding: 10px;
    }

    Cheers!
    Ismael

    #440632

    Using the Blog Grid style. What CSS would I use for that?

    Thanks!

    #441914

    Hey!

    Use the same code above.

    Regards,
    Ismael

    #442660

    Perfect thanks!

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Add Background Color Behind Headline on Blog Post’ is closed to new replies.