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
Hey Michael,
Please provide a link to the site/page in question so we can look into this issue further.
Best regards,
Jordan Shannon
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
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
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
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
Hi Mike
Very good. It worked.
You can close this issue.
Best regards
Mike
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