Hello,
we have tried to change the colors of woocommerce pages like My Account page but we were not able of getting completely rid of the blue background that appears everywhere.
We have added to the custom CSS the following code:
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a {
background-color: #3f3f3f;
color: #fff;
border-color: #3f3f3f;
}`
and some of the elements now show the right background.
We would like anyway to substitute the color #368bed with the color #3f3f3f everywhere.
Which is the right CSS code we can use in order to obtain this result ?
Please see the attached image for clarification.
Thank you.
Attachments:
You must be
logged in to view attached files.