• Resolved fabx77

    (@fabx77)


    Hello,

    I use the hueman (last version) theme and I would like to change the color
    background of a page of my articles but I can’t do it…
    I went to Appearances/Customize/General page design/Color font options…,
    I tried but it’s the whole background of the website that changes color when I only want the page background.
    Do you have an idea ?
    Thanks for your help.

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

    (@nikeo)

    There are a few different backgrounds that you can change. Some you can do with the customizer, some you have to use css in the advanced>additional css box.

    Web Page Design > General Design Options will give you the option (at the bottom) to set the body background. This is the primary background color, although most of it will be covered by other elements.

    Header Design > Header design will give you the option to set colors for the header. Same idea with footer.

    Main Body Design > Sidebars will allow you to change the color of the sidebars (you would need to use custom css to have one sidebar be a different color than the other).

    Finally, You have the background that is behind the main section, which is what your text appears on. This you can change using css.

    example:

    main {
    background: #33408a; /* change color as desired */
    }

    Thread Starter fabx77

    (@fabx77)

    Bonjour,
    Encore merci pour vos conseils !!!
    Mais j’ai essayé votre exemple de css mais j’ai toujours le même problème…
    c’est toujours l’arrière fond du site qui change de couleur et non la page.

    J’ai même essayé d’utiliser:
    .page-id-XX { background-color: red;
    }
    mais rien ne change excepté toujours le fond d’écran…:-(((
    C’est comme s’il ignorait mon css..?? ESt-ce que je le mets au bon endroit ??
    Je ne sais plus quoi faire ???

    • This reply was modified 2 years, 3 months ago by fabx77.
    • This reply was modified 2 years, 3 months ago by fabx77.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to change the page background color?’ is closed to new replies.