Comments 5Antony started the conversationJuly 17, 2020 at 4:25pmHow can I remove from the "Red room" portfolio page, the name of the next project, for example "Katia"? I want to delete the link to the next project on all portfolio pages. Thanks. 1,974Support repliedJuly 20, 2020 at 3:06pmHello Antony, just say #project-nav { display: none;} @media only screen and (max-width: 1466px){#main-page-content.project-page { margin-bottom: calc(55vh - 120px);} } in customizer -> additional CSS change the value of 120px to adjust the height of the empty space leftThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy Sign in to reply ...
How can I remove from the "Red room" portfolio page, the name of the next project, for example "Katia"? I want to delete the link to the next project on all portfolio pages.
Thanks.
Hello Antony,
just say
#project-nav {
display: none;
}
@media only screen and (max-width: 1466px){
#main-page-content.project-page {
margin-bottom: calc(55vh - 120px);
}
}
in customizer -> additional CSS change the value of 120px to adjust the height of the empty space left
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy