Remove Link Button On Images - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Remove Link Button On Images

MX

Manos Ximeris

Extension 2 weeks ago

Hello, how to remove the link button on the SP Simple Portfolio? Right now the view looks exactly as it is in the frontpage of Qubic template demo.

0
3 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 weeks ago #208936

Only via Custom CSS

.sp-simpleportfolio-item .sp-simpleportfolio-btns > a.btn-view {
  display: none !important;
  visibility: hidden;
  pointer-events: none;}

we have that tip here > https://www.joomshaper.com/documentation/joomla-extensions/sp-simple-portfolio/how-to-customization-tips

0
MX
Manos Ximeris
Accepted Answer
2 weeks ago #209014

Thank you so much!

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 2 weeks ago #208902

Hello Manos,

Thank you for reaching out to us.

Could you please provide a screenshot of the issue, along with the URL where you’re encountering it?

Thanks,

0