Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1022161

    THanks fro adding the numbering for timeline, but how can i remove this weird line? i just want the number to show up and save on space by not using the title at all

    https://i.imgur.com/x6gfsUI.png

    #1022166

    Also disabling the timeless animation doesnt appear to do anything, can you double check?

    #1022367

    Hi kilimats,

    Could you please give us a link to your website, we need more context to be able to help you.

    Best regards,
    Victoria

    #1022373

    this is the default look in the newest enfold version with timeline, just remove the title to get this bar thing you see circled

    #1022574

    Hi,

    Please try the following in Quick CSS under Enfold->General Styling:

    span.av-milestone-indicator {
      display:none;
    }

    Best regards,
    Rikard

    #1022759

    The horizontal line is still there after adding that code

    #1023140

    Hi,

    Try this:

    .milestone_icon:after {
      display:none;
    }

    If you want to learn basic CSS then I can recommend W3Schools, it’s handy if you create, alter and maintain websites for a living.

    Best regards,
    Rikard

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.