• Resolved RoisinD19

    (@roisind19)


    I am trying to change the color on my h1…at the moment it has the default of the first letter one colour and the rest of the word in another colour, i want to make it all one colour… I have tried putting in my own css, for the h1 class, entry-title. but nothing is changing it?
    My site is http://www.caradata.com

    Thanks..

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author sonalsinha21

    (@sonalsinha21)

    Hi,

    Kindly go to WordPress admin>Appearance>Theme Options> Check custom css area under layout settings

    Add this code there: h2#page-title:first-letter,.archive h1.page-title:first-letter,.page h1.entry-title:first-letter {color:#86c301 !important; }

    Change the hex color code: 86c301 to anything you please for any color.

    Thread Starter RoisinD19

    (@roisind19)

    Hi, sorry that is only changing the color for the first letter, i want to change the color of all the letters?

    Thanks.

    Thread Starter RoisinD19

    (@roisind19)

    Never mind, once i took out the first letter part it changed it all. Thank you 🙂

    Theme Author sonalsinha21

    (@sonalsinha21)

    Okay great it worked for you.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Changing Header Colours’ is closed to new replies.