• Resolved rathanacio

    (@rathanacio)


    I intended to change my homepage background to black – and it worked – but now I have two new issues:

    1) the background of my “About” page is also black (which might be ok, I haven’t gotten that far yet)

    2) the text in my blocks(?)/posts(?) on the homepage – as well as the text on my “about page – is white, so I can’t read it but I know it’s there because it shows up when I cursor over or “select” it.

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @rathanacio ,

    Thank you for getting in touch with us.

    1. If you want to change the background of “About” page, you need to add this style to Appearance → Customize → Additional CSS:

    body.page-id-2 {
        background: #fff;
    }

    2. Add this style to Appearance → Customize → Additional CSS field:

    body {
        color: #333
    }

    to change main text color.

    Kind regards

    Thread Starter rathanacio

    (@rathanacio)

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Changed background color but now I have two new issues’ is closed to new replies.