Google Page Speed Accessibility
-
Dear team thankyou for a wonderful theme created, im used a theme call color and working so hard in google page speed to get a best result fo it.
I have a small problem in Accessibility
Showing attatched i think from what i understand it need to change a tag coloer letter to darck coloer please check attached.
Thanks for your support again
Attachments:
You must be
logged in to view attached files.
I’m feeling helpful, so add this CSS to the custom CSS section in the theme settings:-
.wd-product-cats>a {
color:red!important
}
span.woocommerce-Price-amount.amount {
color:red!important
}
Change “red” to any other colour you’d like. 🙂
Hello,
The price color change via Theme Settings -> Typography -> Advanced: https://prnt.sc/Ca8t3rz3y6Nw
Also, add the code below into the “Global Custom CSS” area in Theme Settings -> Custom CSS:
.wd-product .wd-product-cats a {
color: #333;
}
Kind Regards