[ad_1]
[ad_2]
Hi, I'm trying to remove the comments metadata from a widget in the footer and I managed to find this π
https://docs.oceanwp.org/article/752-hide-comments-recent-posts-widget
and when I enter the code:
.oceanwp-recent-posts .recent-posts-info .sep {
display: none;
}
.oceanwp-recent-posts .recent-posts-comments a {
display: none;
}
in Appearance > Customize > Custom CSS/JS it tells me that markup is not allowed (the preview of the widgets gets fine though).
Please help!