I would like to change my pages sidebar colors.
Can you provide me the following css codes:
1) To make the sidebar links color: #a81010
2) To make the arrows that point to the links: #ffffff
Hi voice903fm!
Try adding this to your custom CSS.
aside li a { color: #a81010 !important; }
aside ul li:before { color: white !important; }
If that’s not working then send us a link to your page and we’ll take a look.
Best regards,
Elliott
Hey!
For those add this CSS.
.avia_cart_buttons { opacity: 1 !important; }
.product-sorting * {
color: black !important;
opacity: 1 !important;
}
And you may need to edit the images in /enfold/config-woocommerce/images/.
Cheers!
Elliott