Hi!
I tried my best to find a solution reading every litte question and answer in the forum … didn´t find one that helps…
I “just” want to hide the time in the Enfold Latest News widget I use for the blog sidebar and as a footer column.
How can I solve this ?
Best regards
Tara
Hey Karin_Tara,
Please try the following in Quick CSS under Enfold->General Styling:
.news-headline .news-time {
display:none;
}
Best regards,
Rikard
perfect! thanks!