[HIRING] : Custom Discourse Theme

I’m looking for someone that can help using the Discourse Theme Creator and create a custom theme for me… that is actually styled exactly like the theme created FOR the Discourse Theme Creator. Complete with the sticky notification banner, multi-colored waves, minimal menu nav with the underlines instead of boxes, etc.

Anyone able to do this?

Here is the Discourse Theme Creator site for immediate reference:

1개의 좋아요

The theme on theme creator is purpose-built and as such, not much time was spent on making it easy to customise with theme settings. That said, here’s an “as is” copy of the theme

https://github.com/hnb-ku/discourse_theme_creator_theme

https://github.com/hnb-ku/discourse_theme_creator_theme

I say as is here since it’s currently a desktop-only theme and comes with no support since I intend to create a version that’s easy to customise at some point in the future.

As a side-note, the moving banner is a bit of distraction for regular users. You can hide it for logged in users with something like this:

html:not(.anon) .hero {
  display: none;
}

The theme is released under the MIT license so feel free to fork and re-release.

10개의 좋아요

HI @ChrisLuck!

I should be able to help you with this based on what you’ve described. I’m pretty tight on time the next couple days, but if it’s just a matter of changing a few things to fit your Discourse site, it should go very quickly. I’ll PM you my email if you want to get in touch.

4개의 좋아요

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.