Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1437768

    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?

    • This topic was modified 8 months, 1 week ago by Lin84.
    #1437999

    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

    #1438015

    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.

    #1438098

    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

    #1438234

    Now it has worked, thank you
    You can close the topic

    Linda

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Zeitleiste’ is closed to new replies.