Home Forums WoodMart support forum Google Page Speed Accessibility

Google Page Speed Accessibility

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #573965

    eng.ahmed.kbany
    Participant

    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.
    #573985

    kingy
    Participant

    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. 🙂

    #574162

    Luke Nielsen
    Keymaster

    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

Viewing 3 posts - 1 through 3 (of 3 total)