Tagged: background color, blog post
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?
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
Sure – see this screen shot:
See how the blog posts are on a gray background but the headline container has a white background?
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
Using the Blog Grid style. What CSS would I use for that?
Thanks!
Perfect thanks!