Hi there,
I’m wondering how you made a gradient header on try.discourse.org, could you provide information or code about it as it’s a useful feature.
Thanks!
Hi there,
I’m wondering how you made a gradient header on try.discourse.org, could you provide information or code about it as it’s a useful feature.
Thanks!
that can be easily achieved with css
.d-header {
background: linear-gradient(to bottom right, #000, #fff);
}
you can go to admin/customize/colors and change the header primary Text and icons in the site’s header there
you can also inspect each element on your browser you wish to customize and add the custom css on your theme > common > css