Home Forums WoodMart support forum Categories in the header disappear when update new version Reply To: Categories in the header disappear when update new version

#38575

Artem Temos
Keymaster

As we can see, you have shop page image uploaded now https://gyazo.com/a9b032c59b9c0c391b4004f5c78ba270 What is wrong here?

As for the checkout, you need to edit this page and disable the sidebar for it https://gyazo.com/23da53e9a9edf123a8ae8f8d5db678ab

Use this CSS code to change the shadow with border instead

div.woodmart-hover-tiled .product-wrapper {
    -webkit-box-shadow: 0 0 0 rgba(0,0,0,0);
    box-shadow: 0 0 0 rgba(0,0,0,0);
	   border: 1px solid #efefef;
}