Hi there,
Could you please tell me if it's possible to completely hide the thumbnails (and their frames) from the combo widget in Angular?
Regards Erik
Hi there,
Could you please tell me if it's possible to completely hide the thumbnails (and their frames) from the combo widget in Angular?
Regards Erik
Hey!
Yes - try following css code. I'd add it to css/custom.css or the quick css field:
.avia_combo_widget .news-content .news-thumb{
display: none;
}
Regards,
Peter
Thanx Peter, works perfectly!
Hi!
Glad that I could help you :)
Best regards,
Peter
You must log in to post.