- 4
Hi,
Any idea how to change shape of category item box on home page to square.
I try this (comment border-radius property), but dosn't work:
Nop.Web\Themes\Allure\Content\css\styles.css(1648)
.home-page-category-grid .item-box,
.sub-category-grid .item-box
{
max-width: 100%;
/*border-radius: 100%;*/
overflow: hidden;
border: 5px solid #fff;
background: #fff;
}
Any idea how to change shape of category item box on home page to square.
I try this (comment border-radius property), but dosn't work:
Nop.Web\Themes\Allure\Content\css\styles.css(1648)
.home-page-category-grid .item-box,
.sub-category-grid .item-box
{
max-width: 100%;
/*border-radius: 100%;*/
overflow: hidden;
border: 5px solid #fff;
background: #fff;
}