• Resolved Above the Circle

    (@above-the-circle)


    I have created a purchase note that contains links and would like to change the link colors. Is there a way to do that in the purchase note without changing link colors for the whole site?

    I have added this to Appearance>Custom CSS, but it didn’t seem to change the link colors anywhere.

    /* Links */

    #main a { color: #9b7bb2; }

    #main a:hover { color: #b499c7; }

    Any help would be greatly appreciated. Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Senff – a11n

    (@senff)

    Hi @above-the-circle

    You can use the following CSS code, but note that this will change the color of links in every order confirmation page:

    .woocommerce-order-received .woocommerce-order-details a {
      color: #9b7bb2;
    }
    Plugin Support Missy a11n

    (@m155y5)

    Automattic Happiness Engineer

    We haven’t heard back from you in a while, so I’m going to go ahead and mark this thread as resolved. If you have any other questions please feel free to start a new thread.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Purchase note link color’ is closed to new replies.