SP Simple Portfolio is Possible Without 'View' ? - Question | JoomShaper

SP Simple Portfolio is Possible Without 'View' ?

A

Andrea

Extension 3 years ago

Hi is possible to hide the View option on the image?

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 3 years ago #5358

Ciao, yes, it's possible / si è possibile. But you have to use custom CSS to hide this button, if you don't want to touch php file.

Here is universal CSS code for SP Portfolio component: / Ecco il codice CSS universale per il SP Portfolio:

a.btn-view {
    display: none !important;
    visibility: hidden;}

Remember that you have compressed CSS files now, so you have clean CMS cache after adding my code.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 3 years ago #5353

Hi, Yes Give me your site URL please

0
A
Andrea
Accepted Answer
3 years ago #5354

ok

0
A
Andrea
Accepted Answer
3 years ago #5399

Ciao thanks! solved

0