Jump to content

How to style "older posts >" at bottom of blog?

Recommended Posts

Site URL: https://www.gayestepisodeever.com/episodes

Hi. I can't figure out how to change the way the space at the bottom of my blog post page looks. At the bottom of this page, I'd like to make the "older posts >"/"< newer posts" a different color and larger. Also there is a lot of dead space in this section. How can I trim that space so the last row of posts is closer to the footer?

Link to comment

Add to Design > Custom CSS

span.next-label {
    color: red;
    font-size: 30px;
}
.blog-list-pagination-icon.icon.icon--stroke {
    stroke: red !important;
}
[data-section-id="630167f70297fb0d0311152e"] {
    display: none;
}

 

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

This is great. Thank you.

Can you see a reason why there is so much extra space in that "older posts / newer posts" strip at the bottom of the blog grid, though? I've tried everything I can on the front end to trim it down and I can't figure out what's causing it. Is there a custom CSS solution?

Link to comment
8 hours ago, kidicarus222 said:

This is great. Thank you.

Can you see a reason why there is so much extra space in that "older posts / newer posts" strip at the bottom of the blog grid, though? I've tried everything I can on the front end to trim it down and I can't figure out what's causing it. Is there a custom CSS solution?

Try this CSS

body#collection-62ddebf18c9f8c11cbbb9b4d section.item-pagination.item-pagination--prev-next.bright {
    display: none;
}
.blog-basic-grid.collection-content-wrapper {
    padding-bottom: 0px !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
10 hours ago, nahlah said:

I would like to use the custom font-family that I've used throughout my site so that everything looks cohesive, I'm not sure what the code is to change it

Use this CSS. Replace monospace with your custom font name

.newer span, .older span {
    font-family: monospace;
}

 

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

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.