Hi,
I would like delete the date (under the title) in the element “Blog Articles”. Could you give me a quick css code please?
Thank you
Clement
Hey coudard!
Your link is not working for me. I think the CSS your wanting is this though.
.date-container { display: none !important; }
Best regards,
Elliott
Hi,
Thanks for your answer.
When I put your css code in the quick css in the enfold options, it doesn’t work.
I put in private the screenshot of the page and I don’t understand for the website link because it is working for me…
Clement
Hi,
Please try the following instead:
.slide-meta-time {
display:none !important;
}
Best regards,
Rikard
Its perfect. Thank you.
