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

    Hi
    I only found how to change the color of the timeline nav:

    .main_color .av-timeline-nav a span {
        background-color: #0a5b92 !important;
         opacity:1;
    }

    But how we can change the color of the border arround the timeline nav? The addition

    background-color: #0a5b92 !important;

    did not work.

    Thanks very much.

    Regards
    Mike

    #1103411

    Hey Michael,

    Please provide a link to the site/page in question so we can look into this issue further.

    Best regards,
    Jordan Shannon

    #1103598

    Hi Jordan
    See the infos in the private content section.
    In the Adanced Layout Builder we can change the border color, but this does not change it for the timeline nav. So there is a green border and this looks not so nice.
    Thanks very much.
    Best regards
    Mike

    #1104243

    Hi,
    Sorry for the late reply, when I look at your timeline the border is now blue, so I’m not sure if you have already corrected this, but if not please try this css:

    .avia-timeline .entry-footer {
    background-color: transparent !important; 
    }

    please adjust the “transparent” color to the color you wish.
    Please see the screenshot in Private Content area to ensure I’m looking at the correct border.

    Best regards,
    Mike

    #1104349

    Hi Mike
    No, it is not this border I mean.
    It is the border of the navigation buttons of the timeline.
    See screenshot in the private content section.
    Best regards
    Mike

    #1104619

    Hi,
    Oh I see, thanks for the screenshot, Please try this code in the General Styling > Quick CSS field or in the WordPress > Customize > Additional CSS field:

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

    Best regards,
    Mike

    #1104752

    Hi Mike
    Very good. It worked.
    You can close this issue.
    Best regards
    Mike

    #1104800

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    For your information, you can take a look at Enfold documentation here
    For any other questions or issues, feel free to start new threads in the Enfold forum and we will gladly try to help you :)

    Best regards,
    Mike

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