I am trying to style the navigation bar located at the bottom of each blog post... removing the lines wrapping the navigation links and making the font slightly bigger. Is this possible?
Try out this custom CSS:
.collection-type-blog .pagination {
border: none;
font-size: 20px;
line-height: 30px;
}
We need to increase the line-height because with larger font-sizes o
@mathildeeeeee I see on tablet, the menu doesn't look good, contact us break in new line
You can add this to Design > Custom CSS to solve
@media screen and (max-width:900px) and (min-width
Question
mathildeeeeee 5
Site URL: https://www.inspirewellnessandnutrition.com/blog/inflammation-what-is-it-and-should-we-be-concerned
Hey guys!
I am trying to style the navigation bar located at the bottom of each blog post... removing the lines wrapping the navigation links and making the font slightly bigger. Is this possible?
(This is a business plan website.)
Thanks in advance!
Link to post
Top Posters For This Question
3
1
1
Popular Days
Nov 11
3
Nov 10
2
Top Posters For This Question
mathildeeeeee 3 posts
mess_cal 1 post
tuanphan 1 post
Popular Days
Nov 11 2020
3 posts
Nov 10 2020
2 posts
Popular Posts
mess_cal
Try out this custom CSS: .collection-type-blog .pagination { border: none; font-size: 20px; line-height: 30px; } We need to increase the line-height because with larger font-sizes o
tuanphan
@mathildeeeeee I see on tablet, the menu doesn't look good, contact us break in new line You can add this to Design > Custom CSS to solve @media screen and (max-width:900px) and (min-width
Posted Images
4 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment