Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1462101

    Good morning, I would like to insert an image in the milestone dot on the timeline. However, when I insert the image, there is always a gray border. I would like to remove the border so that I only have my image. How can I do this?
    Thank you

    #1462110

    Hey Qgrafica_7,

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

    #top #main span.av-milestone-icon {
      border-color: transparent;
    }

    Best regards,
    Rikard

    #1462121

    thank you for your reply but the css doesn’t work, i want to specify that not only the border has to be transparent. but also the background
    can you help me? thanks

    #1462145

    Hi,

    Please try this CSS as well:

    .main_color .avia-timeline .milestone_inner {
      background-color: transparent;
    }

    Best regards,
    Rikard

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