• rcouvrette

    (@rcouvrette)


    Hi. I want to change the color of a single page on my website. Right now it is white, of course, but I would like it to be another color, although I have not decided which color. (I want to try cream and gray and light pink and a few others to see what looks best.) I just want to change the color of this page not all my other pages or posts. It would be nice to do this is in a simple way, say via CSS. Please help. Thanks! Roger.

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

Viewing 1 replies (of 1 total)
  • emranemranx

    (@emranemranx)

    Hi there,

    You can try adding the following code to your Admin Panel > Appearance > Customize > Advanced Options > Additional CSS field:

    .page-id-16725 section.content {
      background: grey;
    }

    Thanks!

Viewing 1 replies (of 1 total)
  • The topic ‘Page color’ is closed to new replies.