Turn Off SP Simple Portfolio Zoom Button - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Turn Off SP Simple Portfolio Zoom Button

JK

Jeffrey Kiefer

Extension 3 years ago

In SP Simple Portfolio I would like to remove the zoom button on the category items. Since I am unable to locate a setting I am guessing there is an easy custom css to achieve this?

0
2 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #86241

Hi Jeff,

indeed one line of custom CSS:

a.btn-zoom {display: none !important; }

in was on the forum serveral times.

0
JK
Jeffrey Kiefer
Accepted Answer
3 years ago #86364

Thanks!

0