This topic has 4 replies, 2 voices, and was last updated 3 weeks, 6 days ago ago by Rose Tyler
Shop page improvement needed as in the private area
Hello, Ankit Khandelwal,
Thank you for reaching out to us.
1/ We’ve removed the mentioned content ( [block id=”4245″] ) via Theme Options > WooCommerce (Shop) > Shop > Shop page layout > Banner content
2/ You can use custom CSS code to change styling, for example add this one and check the result:
.category-grid.valign-bottom .categories-mask {
padding: 5px;
}
.category-grid.valign-bottom .categories-mask:hover {
color: white;
background-color: #222;
}
Best Regards,
8Theme’s Team
Please see my reply
Hello, Ankit Khandelwal,
1/ In this case, replace this code:
.category-grid.valign-bottom .categories-mask {
padding: 5px;
}
by
.category-grid.valign-bottom .categories-mask {
padding: 5px;
width: 50%;
right: unset;
left: 25%;
border-radius: 10px;
}
to get https://prnt.sc/P4FFchzrhfT3
2/ Hover background color can be changed here – https://prnt.sc/r7IKzp84UsVP
Best Regards,
8Theme’s Team
You must be logged in to reply to this topic.Log in/Sign up