This topic has 6 replies, 2 voices, and was last updated 4 years, 2 months ago ago by Rose Tyler
hi – is there any way to customise the product category navigation so it’s something more like this? https://prnt.sc/u5jeuc
and also make the text darker ?
thanks
Giles
Hi,
Try to add the next custom CSS code:
.widget_product_categories.sidebar-widget > ul > li {
border-bottom: 1px solid rgb(57 57 57 / .3);
}
.widget_product_categories.sidebar-widget .children li:before {content: "-";}
.widget_product_categories.sidebar-widget ul li a {
color: #393939;
}
Regards
that’s excellent – thank you!
one small thing – the gap under skincare at the bottom is not as big as the others. is there a reason for this maybe? https://prnt.sc/u65w5p
also, can i change the order of the categories?
Add the next code also
.sidebar-widget > ul.product-categories > li:last-child > a {padding-bottom: 6px;}
reorder categories https://prnt.sc/u68m6p + https://prnt.sc/u68ljm
Regards
Excellent – thank you very much
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up