• What is the css code to change the Heading (H1, H2, H3, H4, H5, H6) colors in the templates for Pages and Posts in Dream spa theme?

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi
    Thanks for contacting to us.
    Go for this go to appearance >> customzier>> Header setting >> find the custom css box.
    Add the below css code inside the box.

    .post h1, h2, h3, h4, h5, h6 {
    color: #4b453f;
    }
    .page h1, h2, h3, h4, h5, h6 {

    color: #4b453f;
    }

    Let me know for any confusion.

    Thanks
    Akhilesh

    Thread Starter annieoakle

    (@annieoakle)

    Hi,

    Thank you for your quick response. This did work, however, it also changed the headings on my “Home” page and I didn’t want to change those. Is there a way to write the css so it only changes the pages templates and posts templates that I create?

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change Page/Post Template Heading colors’ is closed to new replies.