Hi Peter,
Please check the following custom CSS. There’s missing closing curly braces for the two CSS declaration.
.page-id-2128 .x-post-carousel {
display: none;
.single-post .entry-featured {
display:none;
}
.page-id-3583 .x-post-carousel {
display: none;
Update to this:
.page-id-2128 .x-post-carousel {
display: none;
}
.single-post .entry-featured {
display:none;
}
.page-id-3583 .x-post-carousel {
display: none;
}
Hope this helps.