Read the statement by Michael Teeuw here.
Using Two Fonts with Compliments
-
This post is deleted! -
@hango works perfectly! many thanks for your help
-
@MrDondoT If you are not changing modules frequently then you can do it with custom.css and using module id and sub classes.
Below is example for calendar, same is possible with other modules.#module_4_calendar .module-header { color: orange !important; } #module_4_calendar .title.bright { color: orange !important; }
-
@hango
Thank you! I got it working and will post some pictures later. I just wanted to add that in your documentation you have in order to disable the default compliments to add ‘disable: true’ in the config but it should be ‘disabled: true’.
{
module: “compliments”,
position: “lower_third”,
disabled: true
}Also, I had to remove the spaces from the html tag example you provided me.
“ Star Wars quote ”,
Not sure if this was caused by my setup but that’s how I got it to work for my mirror. Again just wanted to say Thank you as I have my mirror ready in time for a xmas present!
-
This post is deleted!