Nerwyn / material-rounded-theme

A Material You and Google Home app influenced theme for Home Assistant
Apache License 2.0
99 stars 8 forks source link

No mod, only for lovelace bar #47

Closed xitters closed 3 hours ago

xitters commented 3 hours ago

Hello, is it possible not to apply the mod only to the bar? since I put a ticker with news below, but I would like to continue keeping the mod Sin título

xitters commented 3 hours ago

Or that you can change the location of the bar above, it would be a very good option

xitters commented 3 hours ago

I already changed the location of the ticker above, so I don't make you work haha. But it would be a good option maybe not to apply the mod only to the bar Sin títudlo

Nerwyn commented 3 hours ago

If you want some card-mod changes but not others, you need to modify the theme source files and rebuild it with Python as described here in the README.

The CSS changes for the toolbar are found in root.css and view.css. You can selectively disable or delete styles from these two and other files and then run build.sh (or the Python command to run githooks/precommit.py within it) to build the theme file. Then you have to copy the built theme file to your Home Assistant instance and run the action frontend.reload_themes from the HA actions dev tool.