mrconnect
Forum Replies Created
-
nope, just tested your code but is not working out for me…
Thanks to gemini the following code added in the customizer fixed the issue
/* Erhöhte Spezifität durch Zielen auf HTML-Elemente statt des universellen Selektors (*). */ body .ti-widget[data-wkey="242cc1456a7e167bfa460fa12de"] p, body .ti-widget[data-wkey="242cc1456a7e167bfa460fa12de"] span, body .ti-widget[data-wkey="242cc1456a7e167bfa460fa12de"] a, body .ti-widget[data-wkey="242cc1456a7e167bfa460fa12de"] div, body .ti-widget[data-wkey="242cc1456a7e167bfa460fa12de"] h1, body .ti-widget[data-wkey="242cc1456a7e167bfa460fa12de"] h2, body .ti-widget[data-wkey="242cc1456a7e167bfa460fa12de"] h3, body .ti-widget[data-wkey="242cc1456a7e167bfa460fa12de"] h4 { font-family: inherit !important; } /* Fallback für alle anderen Elemente, die wir übersehen haben könnten, mit sehr hoher Spezifität. */ body.page .ti-widget[data-wkey="242cc1456a7e167bfa460fa12de"] * { font-family: inherit !important; }Thank you a lot for the fast response!
I added the CSS to the “app.css” file but it doesn’t work.
Can you please give me a hint where to add it?
BR, Matthias