Jump to content

How to get blog titles to show up as a caption overlay

Recommended Posts

  • Replies 4
  • Views 2.2k
  • Created
  • Last Reply

You can try play around with CSS (Home > Design > Custom CSS)

@media screen and (min-width:992px) {
/* remove spacing */
.blog-article-spacer {
    display: none;
}
/* text overlap image */
.blog-basic-grid--text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.5);
}
/* text color */
.blog-basic-grid--text a {
    color: white !important;
}
}

 

Email me if you have need any help (free, of course.). Answer within 24 hours. 
Or send to forum message

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Link to comment
  • 3 weeks later...

Using Avenue in 7.0 I discovered quite by accident that if I add a spacer block at the top of any blog post above the image, in the body, not in the header, that when viewing the post the title goes above the image not below it. This will remove the image from a blog list of promoted blocks, featured posts,  but does not effect a blog summary page which I prefer to use anyway. I have custom CSS code loaded that allows me to make a spacer bar half the default minimum height (anywhere I use one).  I suspect this will work for most templates, not hard to find out if it works for you. I will provide the code if wanted. I don't have any posts with the spacer bar in place at the moment but I assure you it works. 

my random views derrick Lee parker

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.