Kapturedtraveling Posted August 13, 2021 Posted August 13, 2021 Site URL: https://kapturedtraveling.com Hi all, I have a question. At the last part in the portfolio section a button appears with the specific 'title' and a press through option to go to the next project in the portfolio page. However, I would like it to hide the next project title and just always show 'next' as button/press through option. How do I change this? Thanks in advance!
tuanphan Posted August 14, 2021 Posted August 14, 2021 Hi. Add to Design > Custom CSS /* Pagination title */ h2.item-pagination-title { display: none; } .item-pagination-prev-next { display: block !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!)
ggimishev Posted January 17 Posted January 17 (edited) On 8/15/2021 at 1:11 AM, tuanphan said: /* Pagination title */ h2.item-pagination-title { display: none; } .item-pagination-prev-next { display: block !important; } This doesn't work for me: I want to have it like : this (the next button also fades in go to the next page) So I need to place it in the middle. Remove the previous button from all pages, change the font, remove the arrow and leave just the text NEXT and give it a little fade in when you go to the next page. Edited January 17 by ggimishev
tuanphan Posted January 20 Posted January 20 On 1/17/2024 at 5:31 PM, ggimishev said: This doesn't work for me: I want to have it like : this (the next button also fades in go to the next page) So I need to place it in the middle. Remove the previous button from all pages, change the font, remove the arrow and leave just the text NEXT and give it a little fade in when you go to the next page. How about the text "Previous"? Remove it & Add NEXT only? 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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment