Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1337325

    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

    #1337344

    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

    #1337479

    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

    • This reply was modified 2 years, 10 months ago by josk-design.
    #1337542

    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

    #1337543

    Wow, great thanks a lot! :)

    #1337544

    Hi,

    You are welcome! Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘timeline hedlines avf_customize_heading_settings’ is closed to new replies.