• I have recently changed the theme for my blog to Cubic. The standard theme with white background and black text is nice, but I would like it the other way around.

    How can I do this.

    I keep on readying you can change this through custom colors and custom design. How can I get this?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Engelien

    (@engelien)

    My website is https://www.ce-zone.nl

    Thread Starter Engelien

    (@engelien)

    Is there another option to change what I would like to have changed? Can I update the theme settings at the source pages.

    Thread Starter Engelien

    (@engelien)

    I found out now, I can’t use the features of custom design if I would upgrade to a paid WP plan, since I have a selfhosted wordpress site. Is there really not any other simple way to change this format?

    Moderator Kathryn Presner

    (@zoonini)

    Custom Design is something that only applies to WordPress.com sites, it’s not applicable when you’re running WordPress on your own hosting.

    Since you’re already using Jetpack, an easy way to add custom CSS is to activate the Custom CSS module. You’ll then add your custom CSS in the new stylesheet editor that’ll appear in your dashboard, under Appearance > Edit CSS.

    Moderator Kathryn Presner

    (@zoonini)

    Making the text white and the background black throughout Cubic would require some extensive CSS changes, since the colours are defined in several places.

    This will get you started making the switch, but you’ll likely have to add other elements:

    .site-content {
      background-color: #000;
      color: #fff;
    }

    Using a browser inspector will help you identify other elements to be tweaked.

    Thread Starter Engelien

    (@engelien)

    Thanks for the advise and instructions.

    Thread Starter Engelien

    (@engelien)

    Will edit and follow up my less complicated questions.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘How to change background from white to black and text from black to white’ is closed to new replies.