CSS code for colors

  • Unknown's avatar

    Hello,

    First one, I’m novice in CSS code.

    I want to change the colors of backgrounds and fonts but not have the same color on all the pages of the site.
    Actually, I’ve this code :

    .site-header {
    background-color: #edfafd;
    }

    .entry-title {
    color: #aed9da;
    }

    With this code, all the pages are with the same color.
    I would like a color for background on the “Accueil” page, another color for “Feng Shui”, etc.

    Theme : Spatial
    My site is https://degres-colores.com
    (but it’s actually in “private” mode)

    Thanks for your help.

    The blog I need help with is: (visible only to logged in users)

  • Unknown's avatar
  • The topic ‘CSS code for colors’ is closed to new replies.