Comments 1Florian 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 1,973Support 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 https://www.clapat.com/ Review Envato Item Support Policy 1Florian 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
https://www.clapat.com/
Review Envato Item Support Policy
Perfect, thx !!