[Resolved] Order received Billing address and Shipping address colour change

Home Forums Support [Resolved] Order received Billing address and Shipping address colour change

Home Forums Support Order received Billing address and Shipping address colour change

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1488198
    _blank

    Hi There,

    Is it possible to change the colour of “Billing address” and “Shipping address” text to red #9C1030. Without changing the theme settings for the normal headings. Please see image link below.

    This is the CSS we have so far.

    /* Order received red heading */
    .woocommerce-order-received h1.entry-title,
    .woocommerce-order-received h2.woocommerce-order-details__title {
    color: #9C1030;
    }

    Many Thanks
    Scott

    #1488471
    David
    Staff
    Customer Support

    Hi there,

    try:

    /* Order received red heading */
    .woocommerce-order-received h1.entry-title,
    .woocommerce-order-received h2.woocommerce-order-details__title,
    .woocommerce-order-received h2 {
        color: #9C1030 !important;
    }
    #1488520
    _blank

    Hi David,

    That worked thanks.

    Scott

    #1488719
    David
    Staff
    Customer Support

    Awesome ! Glad to hear that

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.