Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support abwaita a11n

    (@abwaita)

    Hi @makeandsavemoneyonline,

    Update: I’ve spotted a few places with white text on white background, seems you’ve worked through a few others. To keep the same color scheme going, here are a few suggestions.

    On the checkout page, the product name is in white font on a white background. You can change it with:

    td.product-name {
        color: #C4974B !important;
    }

    On the cart page, the cart subtotals are white, you can change their font color with:

    tr.cart-subtotal {
        color: #C4974B !important;
    }

    The CSS codes go to Appearance → Customize → Additional CSS

    Hope this helps.
    Thanks.

    • This reply was modified 3 years, 5 months ago by abwaita a11n. Reason: *added corrections
    Thread Starter Rohmah Azim

    (@makeandsavemoneyonline)

    No I happens whenever I add a product

    Plugin Support abwaita a11n

    (@abwaita)

    Thanks for replying.

    I’ve spotted a few areas after adding a product to the cart as well. I’ve made an update to the earlier response, kindly see if the suggestions help.

    Thanks.

    Thread Starter Rohmah Azim

    (@makeandsavemoneyonline)

    Yes,it worked
    Thanks alot

    Plugin Support abwaita a11n

    (@abwaita)

    Glad to hear it – thanks for letting us know!

    I’ll mark this thread as resolved now. If you have any further questions, feel free to create a new thread.

    Cheers!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Text not displaying correctly’ is closed to new replies.