kidicarus222 Posted August 20, 2022 Share Posted August 20, 2022 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? mazmac 1 Link to comment
tuanphan Posted August 21, 2022 Share Posted August 21, 2022 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
kidicarus222 Posted August 23, 2022 Author Share Posted August 23, 2022 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
tuanphan Posted August 24, 2022 Share Posted August 24, 2022 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
nahlah Posted August 29, 2022 Share Posted August 29, 2022 How do I change the font for the text that show the title for the newer post and older post? Link to comment
tuanphan Posted August 29, 2022 Share Posted August 29, 2022 4 hours ago, nahlah said: How do I change the font for the text that show the title for the newer post and older post? font color, font name or? 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
nahlah Posted August 29, 2022 Share Posted August 29, 2022 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 Link to comment
tuanphan Posted August 30, 2022 Share Posted August 30, 2022 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
nahlah Posted August 30, 2022 Share Posted August 30, 2022 13 hours ago, tuanphan said: Use this CSS. Replace monospace with your custom font name .newer span, .older span { font-family: monospace; } Hi there, this code didn't change the font when I tried Link to comment
tuanphan Posted August 31, 2022 Share Posted August 31, 2022 4 hours ago, nahlah said: Hi there, this code didn't change the font when I tried Which exact code did you add? 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
nahlah Posted August 31, 2022 Share Posted August 31, 2022 10 hours ago, tuanphan said: Which exact code did you add? I used the one you commented BUT I found a code you shared on another post that changed the blog titles to previous and next and just added the font I wanted and that worked perfectly! tuanphan 1 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment