• Resolved lpopov

    (@lpopov)


    Does someone know how to change thw widget background color in this theme? I’ve tried all combinations with .widget, .widget-area, .sidebar, etc. in .css, but nothing works.

    Any ideas how to do this?

Viewing 1 replies (of 1 total)
  • In your Child Theme or CSS Editor Plugin try this code:

    .all-about {
        background-color: #FFF;
    }

    *Note
    If your theme has a custom CSS Editor in it, you can also paste the code in there.

    Never edit core CSS or PHP files under Appearance > Editor. Your edits will be deleted when the theme is updated.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change the widget background color?’ is closed to new replies.