thank you very much for all the advice so far…you have helped me a lot
Read the statement by Michael Teeuw here.
Posts made by piki
-
RE: custom.css ......body???
-
RE: custom.css ......body???
if I would like to move the clock or the weather more towards the center from the edge, do I have to write it in config.js? is that so
-
RE: custom.css ......body???
great, and if I want “Bolt” bold text instead of thin?
-
RE: custom.css ......body???
I put the sku.jpg file in the config directory…and it works…thank you very much
one more question, how do I change the color of the clock and weather module to black?
-
RE: custom.css ......body???
yes, I also have the ending “.jpg” in the image name
-
RE: custom.css ......body???
Failed to load resource: the server responded with a status of 404 (Not found) sku.jpg.:1
-
RE: custom.css ......body???
I fixed it, but the image still doesn’t appear
body {
background-image : url('http://localhost:8080/sku.jpg.');
background-size: cover;}
-
RE: custom.css ......body???
body {
background-image : uurl('http://localhost:8080/sku.jpg.');
background-size: cover;}
-
RE: custom.css ......body???
I copied it directly into custom .css…but it still doesn’t work