I have added the following code in the custom.css file:
.ja-products-wrapper .product-item-actions { display: none! important; } .products-toolbar .orderby-displaynumber .toolbar-amount { margin-top: 20px! important; }
This code does not work Please help http://light.dietapino.com/index.php/es/busqueda-selectiva#sort=name&sortdir=desc
carlucci Hi. I think the "! important" is not recognised. Please replace it with:
.ja-products-wrapper .product-item-actions { display: none; } .products-toolbar .toolbar-amount { margin-top: 20px; }
teitbite Hi teitbite! Your suggestion I had tried before. It does not work! Ciao
teitbite In the web : http://dietapino.com/index.php/es/recetas/busqueda-selectiva-recetas#sort=position&sortdir=desc (TelineV) It works very well.
carlucci Hi This is regarding the last post for JA Teline V, to hide the counter marked in screenshot use this code
.products-toolbar .orderby-displaynumber .toolbar-amount {display:none}
Ninja Hi Pankaj! Maybe I explained myself wrongly. Sometimes it happens when it changes moderator. TelineV works very well. Wall does not work. See the first screenshot of Wall. Ciao
carlucci Hi Kindly open issue on JA Wall forum is issue related ot JA wall template. You can add the code as suggested by moderator at the end of template.css file in JA Wall
it will work fine http://prntscr.com/nzvu59
Ninja I have modified the following code and it works fine:
.products-toolbar .toolbar-amount { margin-top: 20px !important; }
Thank you very much. Close the thread please.