Dadaumpa Posted August 4 Share Posted August 4 Hi, I'm trying to change the style (size mainly) of the Older Post / Newer Post navigation arrows to make them look like the Post Pagination arrows I managed to make the text size and style the same but I cannot change the arrows. Can someone help? Thank you in advance! Link to comment
tuanphan Posted August 5 Share Posted August 5 Can you share link to blog page? We can check easier 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
Dadaumpa Posted August 6 Author Share Posted August 6 Hi, Thanks for your answer. This is the link: https://wolf-goldfish-kzp5.squarespace.com/i-miei-itinerari Let me know if you want me to create a contributor account. Link to comment
Solution tuanphan Posted August 6 Solution Share Posted August 6 To change arrow, you can use this to Custom CSS .blog-list-pagination .newer a .icon, .blog-list-pagination .older a .icon { width: 18px !important; height: 32px !important; } .blog-list-pagination svg { width: 30px !important; height: 30px !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
Dadaumpa Posted August 6 Author Share Posted August 6 Thanks a lot! You're the best as usual. Just one more thing: Is there any way to force the color? Right now is linked to the meta color... Link to comment
tuanphan Posted August 7 Share Posted August 7 17 hours ago, Dadaumpa said: Thanks a lot! You're the best as usual. Just one more thing: Is there any way to force the color? Right now is linked to the meta color... With color, use this CSS code div.blog-list-pagination-icon svg { stroke: #eb5027 !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
Dadaumpa Posted August 7 Author Share Posted August 7 Once again, thank you very much! 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