WebSite X5Help Center

 
Andrzej K.
Andrzej K.
User

Line in shop  en

Autore: Andrzej K.
Visite 1311, Followers 3, Condiviso 0  

How can I delete marked line from shop?

Postato il
2 RISPOSTE - 1 UTILE
Andre E
Andre E
Moderator

Hello Andrzej K.

This is part of the button, show availability and price menu/item.

If you remove the button , the show availability and the show price the line will go away. Only  the line is not possible without coding and having one of the above options set..

goto step 3 -> special pages -> shoppiing card search -> TAB settings -> pulldown Elements -> use details and button.

Leggi di più
Postato il da Andre E
Giuseppe Guida
Giuseppe Guida
User

Hi, insert this code in "Properties" of the Special page "E-commerce cart: search", section "Expert / Custom code / Before closing the HEAD tag":

<style>
.im-products-separator {
display: none !important;
}
</style>

Leggi di più
Postato il da Giuseppe Guida