This code didn’t work.
It does work on my side. Maybe it misses a height: auto
, though.
Here is what I did. I created a theme component attached to the theme.
Inserted the CSS:
Then, the result:
You can see the custom CSS in the console:
Do you miss something in these steps?
That worked like a charm! Thank you so much!
It worked - does the custom CSS work throughout header etc etc etc? or would I need something specific for that?
This is the related CSS:
I think you can do the following:
#main-outlet:before{
background: none;
}
Worked like a charm! Thanks!
Hi, I really like this theme, but the native mobile view looks horrible. If I manually switch the view to desktop in mobile, it does a perfect job of auto sizing to fit the device. I’m pretty new to discourse and unsure if this mobile view is a standard thing. Can I edit anything to make the theme look good on mobile. Thank you
Is it possible to change the text color within the search banner?
Sure,
You can create a new theme component, attach it to your theme, and add the following CSS:
.custom-search-banner-wrap {
h1 {
color: blue; /* headline*/
&+p {
color: red; /* subhead */
}
}
.search-menu {
.btn.search-icon.has-search-button-text {
.d-icon {
color: orange; /* search button icon */
}
.d-button-label {
color: orange; /* search button text */
}
}
}
}
Does it help?
The theme is very good. Thanks for the efforts. The discourse updates and there is a deprecated api: get_owner, could this be fixed?
I would also like to see in this view who created the topic. Unfortunately, it does not work with most themes.
For example, with Facebook pro theme it is possible.
What can I do so that you can see it in the Mint theme or in the classic theme?
There are some theme components which show the author of the first post on mobile. I haven’t explicitly tested them with this theme, but I would expect them to be compatible
Thank you!
hello! thanks for the theme and guide. I’m having a problem about dark/light/auto button colors. Button text color and background color is always the same, and this makes the text invisible. can you help?