Site logo

Archived topic

My Account heading/title text colour change on My Account page.

3 replies · Started by _blank on September 28, 2020

Viewing posts 1–4 of 4

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

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;
}

Hi David,

Thats great work perfectly.

Many Thanks
Scott

You're welcome

This archived topic is closed to new replies.