• Is there a way to edit or remove the Red/patchwork header on the theme? I’ve found a CSS workaround, but perhaps there’s an easier way I’m missing? If not, it would make a great addition to the customization…the red doesn’t match my design well :-/. Thanks!

Viewing 1 replies (of 1 total)
  • Hey micahhaid,

    There is a spot in the customization for adding your own CSS under Design & Layout > Custom CSS. In there you would put the following but swap out the rgb numbers to match the color that you want:

    #top-bar .top-bar-layer {
    background: rgba(201, 12, 12, 0.5);
    }

    So, replace 201, 12, 12 with your color requirement.

Viewing 1 replies (of 1 total)
  • The topic ‘Header Styling’ is closed to new replies.