I would like to disable carousel. It does not display the images correctly in our blog posts and is not able to sort by category, which is important for our functionality. Thanks.
Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: #carousel-full { display: none; }