WebSite X5Help Center

 
Andrzej K.
Andrzej K.
User

Line in shop  en

Autor: Andrzej K.
Visited 1359, Followers 3, Udostępniony 0  

How can I delete marked line from shop?

Posted on the
2 ODPOWIEDZI - 1 POMOCNY
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.

Czytaj więcej
Posted on the from 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>

Czytaj więcej
Posted on the from Giuseppe Guida