Okay
  Public Ticket #1379645
custom title colour
Closed

Comments

  •  1
    Carrie started the conversation

    Hi, I'm just wondering what code I can use on an individual page to overwrite the theme's title heading text colour and choose a different colour for a particular page's title text?

    Regards

    Carrie 

  •  2,005
    Ocean replied

    You can add css code:

    #subheader h1{ color: your-color; }