mitchelltmarino / MMM-RemoteCompliments

This is a module for the open source MagicMirror² (https://github.com/MichMich/MagicMirror/) platform. MMM-RemoteCompliments provides seamless integration with Google Drive to display compliments and images on the mirror.
MIT License
22 stars 11 forks source link

Cannot remove header #9

Closed klinstifen closed 4 years ago

klinstifen commented 4 years ago

Is it possible to remove the header entirely? I have tried several combinations including:

I am using MM 2.10.1 if that helps.

emrahaslan commented 4 years ago

try tihs :

.module.MMM-RemoteCompliments .module-header { display: none; }

klinstifen commented 4 years ago

Thanks! I also added border-bottom:none;