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;
} 
``` 

    Hi carlucci,

    Could you check the admin account? I can not access your dashboard.
    Also, you can try to exclude the following CSS file:
    /components/com_jamegafilter/assets/css/style.css

      dominic
      If you have accessed until now, why doesn't it work now?
      I have made the changes you suggested and it works. Thank you so much.

      Write a Reply...
      You need to Login to view replies.