Remove 'view' From Simple Portfolio - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Remove 'view' From Simple Portfolio

R

Robert

Extension 10 months ago

Hello, I only want use 'zoom' from Simple Portfolio. Not 'View'. How to remove that from?

0
1 Answers
Ofi Khan
Ofi Khan
Accepted Answer
Support Agent 10 months ago #175150

Hello Robert

Please use this CSS to Template Options -> Custom Code -> Custom CSS

.sp-simpleportfolio-btns .btn-view{
    display: none !important;
}

It will remove view button from the SP Simple Portfolio component/menu item.

Best regards

0