[Resolved] My Account H2 change to red

Home Forums Support [Resolved] My Account H2 change to red

Home Forums Support My Account H2 change to red

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

    Hi There,

    I’d like to change the H2 headings to red on the My Account page.
    Sorry forgot to ask for that previously.

    I’m guessing we could modify this CSS to include both h1 & h2.

    /* My Account red heading */
    .page-id-12 h1.entry-title {
    color: #9C1030;
    }

    Many Thanks
    Scott

    #1474157
    David
    Staff
    Customer Support

    Hi there,

    this CSS:

    .woocommerce-account h2 {
        color: #9C1030;
    }

    You can just add the selector .woocommerce-account h2 in your other CSS make sure each one has a comma after it ( accept the last selector ).

    #1474168
    _blank

    Hi David,

    Thanks that did it, i’m done for now, lets see what the client thinks.
    Thanks for your help.

    Regards
    Scott

    #1474176
    David
    Staff
    Customer Support

    Awesome – glad to be of help. The Site looks great – i am sure they will be impressed 🙂

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