• I’m a designer…not a coder and I’m wanting to change the text color of the page titles in this theme to purple. Is this easily doable for somebody who doesn’t know code? Thanks!

Viewing 1 replies (of 1 total)
  • Andre

    (@creativedreams91)

    Ok its no problem your a designer. You are going to be able to do this.

    So go into you dashboard.
    Click Apperance.
    On the drop down menu click on Editor.
    On the right side you will see Template and Styles on a list.
    Click on the one that says stylesheet style.css

    Scroll down until you see

    /* Global Styles
    ------------------------------------------ */
    h1 {
    	margin: 0 0 0.25em;
    	color: purple;
    	font: bold 2.462em "Dosis",sans-serif;
    }

    change the color to purple like mine or you can change it to what hexadecimal color you would like.

Viewing 1 replies (of 1 total)
  • The topic ‘Change font color in page titles’ is closed to new replies.