[Resolved] My Account heading/title text colour change on My Account page.

Home Forums Support [Resolved] My Account heading/title text colour change on My Account page.

Home Forums Support My Account heading/title text colour change on My Account page.

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

    Hi There,

    Is it possible to change the colour of “My account” text to red #9C1030. Without changing the theme settings for everything.

    Many Thanks
    Scott

    #1461959
    David
    Staff
    Customer Support

    Hi there,

    that color is set in Customizer > Colors > Headings –> H1

    If you only want to apply a color change to that page you would require this CSS:

    .page-id-12 h1.entry-title {
        color: #9C1030;
    }
    #1461974
    _blank

    Hi David,

    Thats great work perfectly.

    Many Thanks
    Scott

    #1462155
    David
    Staff
    Customer Support

    You’re welcome

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