Ich habe die Farbe der Kreise hinter den Symbolen der Zeitleiste manuell angepasst.
Auf der deutschen Seite sind sie auch in der richtigen Farbe (rot) zu sehen. Auf der Französischen bleiben sie allerdings in grau. Wodran kann das liegen?
Hey Lin84,
Thank you for the inquiry.
This css code overrides the custom styling of the timeline element on the FR version:
.main_color .avia-timeline .milestone_inner {
background-color: #eeeeee;
}
Did you add this css somewhere? To fix the issue temporarily, you can add this css code:
.avia-timeline-container.av-kjwyagyt-68e2c76bd38b38fac872646993948af8 .av-milestone-icon-inner {
background-color: #e85c2e !important;
}
Best regards,
Ismael
No, that doesn’t mean anything to me.
I have now added the second code, but it doesn’t change anything. It still remains gray.
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
.avia-timeline-container .av-milestone-icon-inner {
background-color: #e85c2e !important;
}
After applying the css, please clear your browser cache and check.
Please note that often there are a set of theme settings for each language, so ensure that you are adding this css for the correct language, if this still doesn’t work then add it to the WordPress ▸ Customize ▸ Additional CSS and clear your cache a couple of times.
Best regards,
Mike
Now it has worked, thank you
You can close the topic
Linda