Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author canyonthemes

    (@canyonthemes)

    Hello @streetlc,

    To change Heading color you have to add additional css, to change color of h2 use this css in your style.css
    .single-post .entry h2, .page_title_ctn h1 {
    color: #04BFBF!important;
    }
    Gray background for h3 use this css

    .single-post .entry h3
    {
    background: #F2F2F2;
    }

    2) For default it will show 12 post in blog, if you want to display for post then follow this.

    1.Go To your dashboard then go to settings there you will see Blog pages show at most field change the number in that field to increase or decrease the number of post to display.

    Thank you,

    Thread Starter streetlc

    (@streetlc)

    Thanks you for your quick anwser, and for the help !

    Best regards,
    L.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How change article’s (blog) CSS ?’ is closed to new replies.