Hi carlucci,
I have updated the CSS for the previous site, you need to add the following CSS code to your new site:
/*************Custom CSS For Megafilter component by dominic *****************/
.ja-filter-wrapper .filter-content {
background: transparent;
}
.ja-filter-wrapper .filter-content .input-text {
background: #5555;
border: 0;
padding: 10px;
color: #999;
}
.ja-filter-wrapper .filter-content .block-subtitle {
border-bottom-color: #333;
}
.products-toolbar .orderby-displaynumber {
background: transparent!Important;
}
.ja-products-wrapper .product-item .product-item-info {
background: transparent!Important;
}
div.toolbar-bottom {
border-top-color: #333;
}
.products-toolbar .toolbar-sorter .action {
background: #333;
}
.chosen-container-single .chosen-single {
background: transparent;
box-shadow: none;
border-radius: 3px;
border-color: #333;
}
.products-toolbar .toolbar-sorter .action .fa {
color: #999;
}
.products-toolbar .jamg-layout-chooser span.active {
border-color: #333;
color: #fed90f;
}
/*************Fin Custom CSS For Megafilter component by Dominic*****************/
/* display none "VER DETALLE" en megaFILTER by Pino*/
.ja-products-wrapper .product-item-actions {
display: none !Important;
}
/* By Pino : fon bold by category, tags and feature*/
.ja-filter-wrapper ol.items .clear-filter.remove {
padding-right: 50px!Important;
display: inline-block
}
div.item-field-label{
font-weight:bolder!Important;
text-decoration-line: underline!Important;
}
.products-toolbar .toolbar-sorter {
margin-right: 10px;
}
.products-toolbar .toolbar-sorter .sorter-label {
margin-right: 10px;
}
.products-toolbar .toolbar-sorter .action {
margin-left: 10px;
}
.ja-products-wrapper .product-items {
gap: 24px;
}
.ja-products-wrapper .product-item .product-item-info {
padding: 16px;
}
.ja-toolbar-wrapper.toolbar-top {
margin-bottom: 32px;
}
.ja-products-wrapper .product-item .name {
margin-bottom: 16px;
}
.ja-products-wrapper .product-item .product-item-info {
border: 1px solid #999;
}
.dark-active .ja-products-wrapper .product-item .product-item-info {
border: 1px solid #fff;
}
```