This topic has 8 replies, 2 voices, and was last updated 7 years ago ago by Rose Tyler
Is it possible to have the portfolio page layout, but without the images having the links to the project pages? I could use the gallery widget for the same look, but then I will also loose the portfolio categories buttons which let me see images only from a specific category, and I would like to keep this feature.
Hello,
Please try to use this code in custom css:
.portfolio-item .xmedium-btn:last-child {
display: none;
}
Regards
This seems not to work for me. There is no effect. I send you the page in question. Could the problem be with the fact I’m using a custom css plugin? All other css changes have worked with the plugin but this seems not to.
Please try to change the previous code to:
.portfolio-item .portfolio-image .portfolio-mask .mask-content a:last-child {
display: none;
}
.portfolio-item .portfolio-image .portfolio-mask .mask-content {
margin-left: -30px;
}
Regards
Thank you, that worked! I could also get rid of the zoom effect. What is the css for that?
Change this
.portfolio-item .portfolio-image .portfolio-mask .mask-content a:last-child {
display: none;
}
.portfolio-item .portfolio-image .portfolio-mask .mask-content {
margin-left: -30px;
}
to
.portfolio-item .portfolio-image .portfolio-mask .mask-content a {
display: none;
}
Regards
Thanks!
You’re welcome!
This topic will be closed because the issue is solved. Please kindly open up new tickets for additional questions.
Regards
The issue related to '‘Remove portfolio link’' has been successfully resolved, and the topic is now closed for further responses