Remove Link Button On Images - Question | JoomShaper

is live, now with multi-currency selling.

Remove Link Button On Images

MX

Manos Ximeris

Extension 10 months 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 10 months 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
10 months ago #209014

Thank you so much!

0
Ziaul Kabir
Ziaul Kabir
Accepted Answer
Support Agent 10 months 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