Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1111251

    Hi
    I refer to an old topic which is already closed: https://kriesi.at/support/topic/change-border-color-of-timeline-nav-does-not-work/
    We have another website where we tried to change the color of the timeline nav with your code mentionned in the old topic.
    But it does not work perfectly.
    The timeline nav has something like a mlkglass-filter on it and on hover, it becomes grey.
    How we can change this two effects with CSS?
    Thanks very much.
    Regards
    Mike

    #1111801

    Hi Mike,

    Could you post a link to where we can see the results you are getting please?

    Best regards,
    Rikard

    #1111842

    Hi Rikard
    See the credentials below.
    We used this codes and want, that there is no “milk filter” and that the hover not becomes grey:

    .av-timeline-nav a {
        background-color: transparent !important; 
    }
    #1112061

    Hi ycinformatik,

    Best regards,
    Victoria

    #1112238

    Hi Victoria
    We want, that the navigation buttons also look like the other circles. I tryed to paint it here:
    Corrected Timeline
    We tryed to to it with this code:

    .av-timeline-nav a {
        background-color: #be1717 !important; 
    }

    The html color code #be1717 is the same as in the other circles, but it looks not like them, it looks “milky”. And when we hover over the navigation buttons, they become grey.
    Thanks very much.
    Regards
    Mike

    #1112416

    Hi Mike,

    Thank you for clarifying.

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .av-timeline-nav a span {
        opacity: 1;
        background-color: #be1717; 
    }
    

    How is the grey text working for you? It is kind of hard to see.

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1112846

    Hi Victoria
    It works. Thanks very much.
    You can close this issue.
    Regards
    Mike

    #1113053

    Hi,

    Awesome! Glad we could be of help!

    Please take a moment to review our theme and show your support https://themeforest.net/downloads
    And don’t forget to bookmark the Enfold Documentation for future reference.

    Thank you for using Enfold! And have a nice day! :)

    Best regards,
    Ismael

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Change color of timeline nav hover’ is closed to new replies.