Reply To: Schriftfarbe in Kalender-Feeds
Home › Pro Support Forums › CSS and Design › Schriftfarbe in Kalender-Feeds › Reply To: Schriftfarbe in Kalender-Feeds
January 23, 2023 at 10:07 am
#6047
Keymaster
Das Ändern der Schriftfarbe ist mit den Konfigurationstools nicht möglich, aber mit CSS. Die CSS-Selektoren sehen folgendermaßen aus:
*[data-feed-key="0"]
Die Zahlen beginnen mit 0 und gehen in der Reihenfolge, in der die Feed-URLs in Ihren Shortcode oder gespeicherten Kalender eingegeben werden.
Changing the font color is not possible with the configuration tools, but it can be done with CSS. The CSS selectors look like this:
*[data-feed-key="0"]
The numbers start with 0 and go in the order that the feed URLs are entered in your shortcode or saved calendar.