Category issue

I can’t use the category like demo
demo
And my website isn’t working
http://thoitrangnhatbanchibi.com/guu-thoi-trang/
How I can fix it.

It cannot show “Read more” button like Demo

Hello there,

I hope you are doing well today.

I checked the website and it appears to be fine.

In order to add the categories like in the demo please go to Appearance > Widgets and ensure that the Categories widget is assigned to the blog sidebar.

For the read more button, please edit the post and you can add the read more button using the read more button in the toolbar, alternatively you can add the button by pressing Shift+Alt+t.

Best Regards,
Support

Thanks, I did it ^^
By the way, I want to turn off zoom products feature in HOME, but I can’t
How I can do it… Thanks you very much

Hello there,

You can use the following CSS code to remove the zoom feature by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove the zoom effect*/
.tyche-product .tyche-product-image {
    pointer-events: none;
}

Best Regards,
Support