Viewing 1 replies (of 1 total)
  • Hey mapohl!

    You can add some CSS snippets to your site to change those colors, yes.

    Try these!

    Featured image background color:

    .entry-hero .post-thumbnail {
        background: #000;
    }

    Text color:

    @media screen and (min-width: 960px) {
    .entry-hero .entry-meta,
    .entry-hero .entry-meta a,
    .entry-hero .entry-title {
        color: #fff;
    }
    }

    You can edit the color values to whatever you need ??

    An easy way to add CSS to your site would be to use the Additiona; CSS panel in the Customizer (assuming you’re running at least WordPress 4.7) or with something like the Jetpack Plugin using the Custom CSS Module

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