WebSite X5Help Center

 
Andrzej K.
Andrzej K.
User

Line in shop  en

Autor: Andrzej K.
Besucht 1320, Followers 3, Geteilt 0  

How can I delete marked line from shop?

Gepostet am
2 ANTWORTEN - 1 NüTZLICH
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.

Mehr lesen
Gepostet am von 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>

Mehr lesen
Gepostet am von Giuseppe Guida