Hello!
What is the best way to make small modifications to user interface?
I mean, I want small modifications like:
- I want the “New Topic button” to be full-width on mobile screens.
- Some elements from topics list, like category name to be bold and bigger font size.
These are some examples. How can I achieve this in simplest and best way?
I’m not sure if I have to create a new custom theme for this kind of things.
What’s your thoughts?
merefield
(Robert)
2
See:
More in: https://meta.discourse.org/c/documentation/theme-developers/127
3 Likes
For maximum simplicity, you can add CSS in your active theme’s Common > CSS like so…
2 Likes