Read the statement by Michael Teeuw here.
Compliments color
-
Hello, after updating MM, your color changes for compliments wont work? set up exactly as before but for some reason it stays white?
.compliments .morning {
color: #f83e07;
}
.compliments .afternoon {
color: #5607ff;
}
.compliments .evening {
color: #5408cc;
}is this due to the update, or is something new to be done?
Thank you
-
Check here to see if you’ve overwritten the changes…
https://github.com/cowboysdude/compliments/blob/master/compliments.js
-
If you do an update to MM you’ll have to recopy the compliments.js file from here to your compliments module folder…
Unless you do a git stash
I realize some people like the ability to use color… I do like the white myself but some don’t.
I did a pull request for this eons ago but it was ignored…
-
@cowboysdude
Thank you, yes when I did the update it did throw the usual warn about compliments and clock that I changed, and I just ended up doing the “remove” option, because I was in a rush, thinking I could just simply C&P the small changes over, but not quite that simple :-( so will keep your .js file somewhere safe. -
@Damian it’s always on github! :)