Comments 2Florian started the conversationJune 3, 2024 at 10:50pmHi, I'd like to know how to remove the “next project” section in the portfolio footer. I've searched high and low in the theme options and can't find a way to remove this part.Attached files: image_2024-06-04_004904969.png 2,006Support repliedJune 4, 2024 at 3:51amHello Florian,You have two ways of doing this:1. with css, you can adddiv#project-nav { display: none;}#main-page-content.project-page { margin-bottom: auto;}in customizer -> additional CSS2. by modifying the code and removing the section. You can do this in in single-manifesto_portfolio.php, remove line 33https://prnt.sc/de08Q_uRnchqThank you. Clapat Support Review Envato Item Support Policy Follow us! https://www.clapat.com/https://www.facebook.com/clapat.ro https://www.instagram.com/clapat.themes/https://x.com/clapatdesignhttps://www.linkedin.com/company/clapatstudiohttps://www.tiktok.com/@clapatstudio 2Florian repliedJune 7, 2024 at 5:00pmPerfect, thx !!1 Like Sign in to reply ...
Hi, I'd like to know how to remove the “next project” section in the portfolio footer. I've searched high and low in the theme options and can't find a way to remove this part.
Attached files: image_2024-06-04_004904969.png
Hello Florian,
You have two ways of doing this:
1. with css, you can add
div#project-nav {
display: none;
}
#main-page-content.project-page {
margin-bottom: auto;
}
in customizer -> additional CSS
2. by modifying the code and removing the section. You can do this in in single-manifesto_portfolio.php, remove line 33
https://prnt.sc/de08Q_uRnchq
Thank you.
Clapat Support
Review Envato Item Support Policy
Follow us!
https://www.clapat.com/
https://www.facebook.com/clapat.ro
https://www.instagram.com/clapat.themes/
https://x.com/clapatdesign
https://www.linkedin.com/company/clapatstudio
https://www.tiktok.com/@clapatstudio
Perfect, thx !!