Read the statement by Michael Teeuw here.
MMM-MovieListings
-
Hi, I have tried the code you provided, and it partially does what I want.
It changes the font size and color of the actors but not of the description.
I want to enlarge the module as a whole, image, description and any text while also making them white, as my mirror is a bit darker than I was expecting.
Any further help is greatly appreciated.
-
I don’t have an API key for this module so I can’t run it or test it. Looking through the module.js file to see the className of the description text but it’s not immediately apparent. You could try:
.MMM-MovieListings .dimmed { font-size: 18px; color: #FFFFFF; /* white */ }
-
@mykle1 Thanks, it`s getting closer to what I want. I will check the module you are mentioning. I am not that familiar with js so I did not recognize the things I need to change to accomplish what I was looking for. I will try again and see if I can make the image a bit bigger and the title white. Thanks a lot for your patience.
-
No worries, mate. Good luck and have fun.