I have the following problem;
When I go to the “Sendung verfolgen” button, the text is displayed in black.
https://www.dropbox.com/s/o67w0rhjjip1qs6/2023-07-14_09-33-44.jpg?dl=0
So I have tentatively changed the color from “inherit” to white: (additional css)
.elementor-widget-container p {
color: white;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}
This also worked, however my newsletter pop-up has the same widget-container.
https://www.dropbox.com/s/uksh3qk6auh5n71/2023-07-14_09-33-15.jpg?dl=0
In the pop-up, the black font has now been replaced with white font.
https://www.dropbox.com/s/stbc98irm9v63gs/2023-07-14_09-29-54.jpg?dl=0
How do I solve the problem that the text (yellow arrow) in “Sendung verfolgen” is displayed in white and in the newsletter pop-up in black?