Jump to content

I am hoping to move the Blog Title on top of the Blog Image with a slight overlay on the Summary block on the home page and on the blog home page

Go to solution Solved by tuanphan,

Recommended Posts

Posted (edited)

Hi there,

 

I am hoping to move the title of the blog posts that is currently below the post and i want it to be ovelayed on top of each blog post's image with a slight overlay so the white text is visible. Is this possible with CSS? 

 

image.thumb.png.029f181ce75e31407e018bbbbb11af5b.png

 

The old Farro Template on 7.0 had something similar built into it.

farro-mobile-bars.png

 

I would really appreciate some guidance.

 

Edited by RarelyWorried
added link to site
  • Replies 3
  • Views 1.7k
  • Created
  • Last Reply

Top Posters In This Topic

  • Solution
Posted

Add to Design > Custom CSS

/* Blig List - Hover Effect */
.blog-basic-grid--text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    opacity: 0;
    transition: all 0.3s;
}
article.blog-basic-grid--container.entry.blog-item.is-loaded {
    position: relative !important;
    transform: unset !important;
}
.blog-basic-grid article:hover .blog-basic-grid--text {
    opacity: 1;
    transition: all 0.3s;
}

.blog-basic-grid .image-wrapper:after {
    content: "";
    background-color: rgba(255,255,255,0.75);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 0.3s;
}

.blog-basic-grid article:hover .image-wrapper:after {
    opacity: 1;
    transition: all 0.3s;
}

.blog-basic-grid .image-wrapper {
    position: relative;
}

 

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!)

  • 7 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment


×
×
  • 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.