Sam's Simple Theme

@awesomerobot changing the header category color from $header-primary color to $primary made our categories invisible. :frowning: had to put this back manually in customizations for now:

header .title-wrapper .bar .badge-category { color: $header-primary !important; }
1 Like