• Resolved vanceet

    (@vanceet)


    Hey WordPress users- I’m just trying to figure out a way to change the color of my background. I also want to change the font inside the circles. The WP Google Font does not change that font, so it appears as if I’m going to need something to put into my Custom CSS.

    the website is https://www.storiez.org

    for clarification on what i mean by “background” it is the white area on which the circles are placed. I would like the background changed throughout the entire website. Preferably to a powder blue (3 digit HEX code #3EE)

    Also, I’d like to change the font WITHIN the circles to a the equivalent of Google Font “Metal”

Viewing 3 replies - 1 through 3 (of 3 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Add this to your Custom CSS:

    #page {
     background: powderblue;
    }

    Didn’t I answer this already?

    Thread Starter vanceet

    (@vanceet)

    I know it sounds familiar but it wasn’t the same thing. Before, it was the two panels on the sides. That was a really stupid question I had asked before.

    Also, is there any way to dark the font a little bit? Right now it’s a grayish color but I want it to be black. Let me know if I have to start a new thread for this.

    Thanks Andrew

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You ought to create a new thread for each topic.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Changing the color of the background’ is closed to new replies.