Comments 2Oldem started the conversationSeptember 16, 2016 at 10:44pmHello, Could you tell me how to disable dates and socials icons on portfolio item and on portfolio lists ? thanks ! 7,092Oliver repliedSeptember 19, 2016 at 10:43amHI! pls. use following css: .single-thegem_pf_item .post-meta-date { display: none; } .single-thegem_pf_item .socials-sharing.socials { display: none; } .portfolio-icons .portfolio-sharing-pane { display: none !important; } a.icon.share { display: none !important; } Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. Regards, Oliver1 Like Sign in to reply ...
Hello,
Could you tell me how to disable dates and socials icons on portfolio item and on portfolio lists ? thanks !
HI!
pls. use following css:
Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list.
Regards, Oliver