• Resolved myhero

    (@myhero)


    Hello,

    How can I change the colour of the background of the heading of My Account > Addresses > Billing & Shipping. I have white text against a white table heading background colour. As a workaround I changed the global text colour for Headings to a lighter blue but I’d like to change the white background to a darker colour.

    Link to image: https://ibb.co/TKZTqMr

    I have the same problem on the Orders page, where the table heading is white, I changed the global text color to light grey but I really need to change the background colour of the table header.

    https://ibb.co/0jMcwX2

    • This topic was modified 2 years, 4 months ago by myhero.
Viewing 1 replies (of 1 total)
  • Plugin Support Aashik P – a11n

    (@aashik)

    Hi there!

    The images are not accessible, but to change the billing/shipping h3 headers, you can try the following snippet:

    header.woocommerce-Address-title.title h3 {
        color: red;
    }
    • You’ll want to replace red with the color, or color code of your choice
    • Please navigate to **Dashboard > Appearance > Customize > Additional CSS**, add the above snippet and then click on Publish button to save changes.
    • Or add this to your child theme
    • Here’s how it looks in Storefront:

      header
      Link to image: https://d.pr/i/FEHDPe

Viewing 1 replies (of 1 total)
  • The topic ‘Change colour of Table header background in My Account > Address tab’ is closed to new replies.