Home Forums WoodMart support forum Catalog mode

Catalog mode

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #244456

    silbang
    Participant

    I activated the catalog mode and the sticky product is on when I scroll down, the add to cart button is showing. But when I deactivated “sticky add to cart” nothing shows at the bottom.

    All I want is to show the product name only while scrolling down (sticky) but the add to cart is hidden (catalog mode).

    #244555

    Hello,

    Please try adding the following Custom CSS in the Global Custom CSS area under Theme Settings >> Custom CSS.

    .woodmart-sticky-btn .cart {
    	display: none;
    }

    Then clear cache and check back.

    Best Regards.

Viewing 2 posts - 1 through 2 (of 2 total)