Helix Ultimate - SP Portfolio Hide Labels - Question | JoomShaper
SP Page Builder 6 is Here! Learn More →

Helix Ultimate - SP Portfolio Hide Labels

AN

Alejandro Eggert Navarrete

Extension 10 months ago

I have inserted a SP Portfolio gallery on this site: https://saborandalusi.com/galeria I want to hide the "View", Tags and Description. I found on documentation, an article thats explain the code to insert on Custom Css: https://www.joomshaper.com/documentation/joomla-extensions/sp-simple-portfolio/how-to-customization-tips

I tried to insert it on Template Options / Custom Css, but it doesn´t work. Can you review it, please.

The code inserted is: .sp-simpleportfolio .sp-simpleportfolio-meta {display: none; width:0%;} .sp-simpleportfolio .sp-simpleportfolio-description { width: 100%; float: none;}

0
3 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #177021

Hi

Thanks for contacting us and sorry for your issue. You can use this CSS in your custom.css file

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

-Regards.

0
AN
Alejandro Eggert Navarrete
Accepted Answer
10 months ago #177031

The code you give for the button View works fine, thanks.

Info for other users: I also wanted to hide the tags and the description. Following the code for the button, I added div.sp-simpleportfolio-tags{ display: none !important; } div.sp-simpleportfolio-info{ display: none !important; } and Tags and description dissapears.

0
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 10 months ago #177034

Thanks for sharing.

0