Jump to content

How can I edit the "Read More" design for a summary block for a blog using carousel layout?

Recommended Posts

  • Replies 10
  • Created
  • Last Reply

@keep7925 Add to Home > Design > Custom CSS


a.summary-read-more-link {
   background: #000;
   color: #fff;
   max-width: 120px;
   margin: 0 auto !important;
   padding: 10px;
}


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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment

@keep7925 Add to Home > Design > Custom CSS


a.summary-read-more-link {
   background: #000;
   color: #fff;
   max-width: 120px;
   margin: 0 auto !important;
   padding: 10px;
}


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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

Link to comment
  • 2 weeks later...

@tuanphan one more question if you're willing to help. In the same section summary feature it gives me the option for the text layout alignment, but it only applies to the whole text. I want the title and author to remain centered, but the text below to be left aligned. Any way to do this? Thanks.

Link to comment

@keep7925 you need to hide current "read more" and replace with new "read more".


/* Hide Read More */
a.summary-read-more-link {
  visibility: hidden;
}
/* Insert New Read More */
a.summary-read-more-link:after {
   visibility: visible;
   content: "Read More -->";
   background: #000;
   padding: 15px;
}


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

How to: Setup Password & Share url Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care

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.