Hey there,
I would like to change the headlines of the timeline.
I don’t k´no how to proceed with:
avf_customize_heading_settings
Would be gret if you could help me!
Best regards
Josephine
Hi Josephine,
Thanks for contacting us!
Could you please elaborate on the changes you would like to make so we can make sure to provide you an accurate solution?
Regards,
Yigit
Hi Yigit,
pls see screenshots.
1 topic: changes on timeline
I inserted already timeline developer settings:
ID: time-line-id
Class: time-line-class-1
pls see what I would like to change here:
https://josk-design.de/timline-1.png
Comments to screenshot:
1) I just realized that the size of fonts are editable in timeline settings, but I would like to change font weight.)
2) I also discovered that I can change the icon into positive (pink icon, white bg)
Thanks in advance and best regards!
Josephine
Hi,
Thanks for the information. I edited your Timeline element and gave it a custom “custom-timeline” ID and then added following code to bottom of Quick CSS
/* Timeline element CSS adjustments */
#top #custom-timeline .av-milestone-indicator {
display: none;
}
#custom-timeline .avia-timeline-vertical .av-milestone-date {
padding-right: 25px;
}
To adjust font weight for title and content, please use following code
#top #wrap_all #custom-timeline .av-milestone-title {
font-weight: bold;
}
#top #wrap_all #custom-timeline .av-milestone-content {
font-weight: bold;
}
Best regards,
Yigit
Wow, great thanks a lot! :)