basianiez Posted June 30, 2023 Share Posted June 30, 2023 Hello, I'm wondering if there is a way to modify the navigation labels on my portfolio page. I would like to replace the project names with the words "previous" and "next" to improve navigation clarity. Is there a code or solution available to achieve this modification? my website is https://imarastudios.net/ I'm made a screenshot of the section of the navigation I'd like to change. Link to comment
Solution tuanphan Posted July 1, 2023 Solution Share Posted July 1, 2023 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!) Link to comment
ShreyaK Posted July 17 Share Posted July 17 (edited) Hi I had a query - I have added a portfolio grid and the layout is: hover- follow cursor, The link format is " in line" How do I remove this extra backslash after SOEZI? Because technically it's coming on the next line, so the backslash should not be there. the delimiter chosen is \ (backslash) Any help would be appreciated ! Edited July 17 by ShreyaK Link to comment
tuanphan Posted July 19 Share Posted July 19 On 7/17/2024 at 9:14 PM, ShreyaK said: Hi I had a query - I have added a portfolio grid and the layout is: hover- follow cursor, The link format is " in line" How do I remove this extra backslash after SOEZI? Because technically it's coming on the next line, so the backslash should not be there. the delimiter chosen is \ (backslash) Any help would be appreciated ! You can use this code to Website Tools > Custom CSS a.portfolio-hover-item h1:after { visibility: hidden !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
ShreyaK Posted July 19 Share Posted July 19 Hi Tuan, thanks for helping. I used this code and all the delimiters disappeared. I need only the one after "SOEZI" to go Link to comment
ShreyaK Posted July 19 Share Posted July 19 .portfolio-hover-item h1:after { visibility: visible; } .portfolio-hover-item:nth-child(n+4) h1:after { visibility: hidden; } tried this code as well but then all the \ disappeared after the 4th item (SOEZI - refer previous screenshot) Link to comment
tuanphan Posted July 25 Share Posted July 25 On 7/19/2024 at 8:38 PM, ShreyaK said: Hi Tuan, thanks for helping. I used this code and all the delimiters disappeared. I need only the one after "SOEZI" to go Can you share site url? I 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
ShreyaK Posted July 25 Share Posted July 25 https://banjo-rhino-35g9.squarespace.com/casestudies password:123 Link to comment
tuanphan Posted July 28 Share Posted July 28 On 7/26/2024 at 3:25 AM, ShreyaK said: https://banjo-rhino-35g9.squarespace.com/casestudies password:123 Use this new CSS code a.portfolio-hover-item:nth-child(4) h1:after { visibility: hidden !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment