Hi there, I was following this post to change the Continue to lesson button colour, date and cart icon, but unfortunately the cart icon is still green for me. Would you be able to help please?
This was my coding I entered.
.tutor-course-enrolled-wrap p span {
color: #fdc400 !important;
}
a.button.wc-forward:hover {
background: #fdc400 !important;
border-color: #fdc400 !important;
}
a.button.checkout.wc-forward {
background: #fdc400 !important;
border-color: #fdc400 !important;
}
Thank you