Hi, can I somehow remove the box that is in the middle of each instance here? https://www.glantansthlm.se/index.php/vara-paket
hosberra Hi
Do you mean this box?
You can use this custom CSS code to hide it:
.blog .blog-items.masonry-3 .items-row .item .item-content .category-name { display: none; }