Comments 4My-Linh started the conversationFebruary 29, 2024 at 8:12amHow do I hide the text/label "new" from the latest portfolio items? See attachment.Attached files: Screenshot 2024-02-29 at 12.10.23 AM.png 1,979Support repliedMarch 6, 2024 at 6:17amHello,just say.portfolio .item:first-child .item-title::after { display: none;}in customizer -> additional CSSThank you. Clapat Support https://www.clapat.com/ Review Envato Item Support Policy 4My-Linh repliedMarch 6, 2024 at 7:52pmThis worked, thanks so much!1 Like Sign in to reply ...
How do I hide the text/label "new" from the latest portfolio items? See attachment.
Attached files: Screenshot 2024-02-29 at 12.10.23 AM.png
Hello,
just say
.portfolio .item:first-child .item-title::after {
display: none;
}
in customizer -> additional CSS
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
This worked, thanks so much!