Open chengy77 opened 3 years ago
Hi, what is the issue you are reopening? I don't understand what you mean. What do you want to do?
What you've shown is the ability to change the size of the header. Great. How can I change the rest of the type? If I simply resize the module the type stays the same size.
-Chris
On Friday, January 29, 2021, 02:26:18 PM EST, Otto Paulsen <notifications@github.com> wrote:
Hi, what is the issue you are reopening? I don't understand what you mean. What do you want to do?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
Custom.css file you can change the font size of anything.
/MagicMirror/modules/MMM-MQTT/MQTT.css
.MMM-MQTT .medium { font-size: 25px; }
Sorry to re open the issue. MQTT is great. I've used
module_3_MMM-MQTT > header {
}
But I'd also like to change the rest of the type that is displayed. I've tried many combinations but to no avail. Any help would be appreciated.