Comments 1jmwunsch started the conversationDecember 29, 2020 at 6:40pmHello!I cannot find how to hide the date and heart button on the Portfolios. I feel really stupid, but couldn't even write a css for that. Please could you help me out?Thank you,Johannes 2,963Andrew repliedDecember 29, 2020 at 10:54pmHi There,Please try this css: body .nectar-love-wrap i[class^="icon-"] { display: none;} .portfolio-items .col p, .container-wrap[data-nav-pos="after_project_2"] .bottom_controls li span:not(.text) { display: none;}Thanks.1 Like 1jmwunsch repliedDecember 30, 2020 at 9:17amThat worked! Thank you! Sign in to reply ...
Hello!
I cannot find how to hide the date and heart button on the Portfolios. I feel really stupid, but couldn't even write a css for that. Please could you help me out?
Thank you,
Johannes
Hi There,
Please try this css:
Thanks.
That worked! Thank you!