BenderDC Posted May 22 Share Posted May 22 Does anyone know how to format custom CSS to change the arrow icons and location for portfolio pagination? I've been able to add previous and next and remove the basic arrows, but I'd prefer to have slimmer arrows above the project title instead of having previous and next. Link to site: https://www.dbender-creative.com/workplace/leadership-alignment I've attached an image of what the pagination looks like now and a couple of images showing the icon style I'd like to have instead. For clarification, I'd like the arrow to sit above the project title in place of previous/next. Link to comment
BenderDC Posted May 23 Author Share Posted May 23 @tuanphan This seems like something you'd be able to answer in a flash. 🙂 Link to comment
tuanphan Posted May 25 Share Posted May 25 On 5/23/2023 at 9:50 PM, BenderDC said: @tuanphan This seems like something you'd be able to answer in a flash. 🙂 Can you send new arrow images? I will give you code to add them to pagination 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
BenderDC Posted May 25 Author Share Posted May 25 @tuanphan Thank you! I've attached PNGs for a left and right arrow. Link to comment
tuanphan Posted May 26 Share Posted May 26 22 hours ago, BenderDC said: @tuanphan Thank you! I've attached PNGs for a left and right arrow. Add to Design > Custom CSS a.item-pagination-link.item-pagination-link--prev .item-pagination-prev-next:before { content: ""; background-image: url(https://content.invisioncic.com/p289038/monthly_2023_05/SlimArrow-Left.png.160374ad8d239709f3f136f5102f6c1f.png); background-size: cover; background-repeat: no-repeat; background-position: center center; display: inline-block; width: 50px; height: 10px; } a.item-pagination-link.item-pagination-link--next .item-pagination-prev-next:after { content: ""; background-image: url(https://content.invisioncic.com/p289038/monthly_2023_05/SlimArrow-Right.png.11d77ad9f9a290c9de22a7227598f031.png); background-size: cover; background-repeat: no-repeat; background-position: center center; display: inline-block; width: 50px; height: 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment