darickc / MMM-BackgroundSlideshow

MIT License
135 stars 78 forks source link

make imageInfo less prominent #120

Closed cweinhofer closed 2 years ago

cweinhofer commented 2 years ago

This is a follow on to @MacG-DD code in #106 in case anyone is looking for help in making the info in imageInfo less prominent. In addition to changing the imageInfo to show just name, I added the following to my custom.css

.MMM-BackgroundSlideshow .info {
    background-color: rgba(0, 0, 0, 0.0)
}

.MMM-BackgroundSlideshow .info header {
    display: none;
}

You can also use transform: scale(0.5); to make everything smaller if you want.