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

Zoom View Simple Portfolio

OC

Omar Cappelli

Extension 3 years ago

Hi, I would like to hide + sign on thumbnails to let the user go directly to item description on click instead of open a large image. Is that possible?

Thanks in advance

0
3 Answers
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #56741

Hi there!

Are you talking about the Zoom button as shown in the screenshot? https://prnt.sc/26t0fgg

If yes, then you can use the following code in your custom CSS:

.sp-simpleportfolio .sp-simpleportfolio-item .sp-simpleportfolio-btns a.btn-zoom {
    display: none !important;
}

Note: Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

Best Regards

0
OC
Omar Cappelli
Accepted Answer
3 years ago #56743

Yes, that's what i meant thank you

0
Rashida Rahman
Rashida Rahman
Accepted Answer
Support Agent 3 years ago #56769

You are always welcome:)

0