please refer to the following link in private content
can we customize the background color to black via CSS?
and customized the content to white
refer to the picture link for details
I mean each page here, not only recommended products
Hey paulchiao!
Add this to your custom CSS.
aside .current_page_item {
background: black !important;
}
aside .current_page_item a {
color: white !important;
}
Cheers!
Elliott
thanks