Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1246110

    Hi,

    Is it possible to make the Avia Timeline Bullets square instead of round, with no background? I’d like to put company icons (jpegs) in the bullets, which are all different proportions and shapes.

    Thank you!

    #1246125

    I tried this code found on https://kriesi.at/support/topic/timeline-rectangular-pictures/:

    .avia-timeline .milestone_icon.milestone-icon-hasborder .milestone_inner {
    border-radius: 0;
    }

    It did not work after entering it in the Custom CSS window and I also tried themes/enfold/css/custom.css. I cleared the cache twice in the browser and in Enfold with each attempt.

    #1246321

    Hi,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1246358

    I posted that privately yesterday afternoon with login. I will post it here again. Thanks for any help you can give.

    Please note the page is a test, not live.

    • This reply was modified 4 years, 9 months ago by eodesign.
    #1246860

    Hi eodesign,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top .avia-timeline .milestone_icon,
    #top .avia-timeline .milestone_inner {
      border-radius: 0;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1247396

    Thank you very much Victoria..

    For the other part of my question, is it possible to make the background of the squares transparent?

    #1247400

    I put in this CSS, please let me know if there is a better way to do it:

    #top .avia-timeline .milestone_icon,
    #top .avia-timeline .milestone_inner {
    background-color:#ffffff;
    }

    Thank you again.

    #1247405

    Hi eodesign,

    This is a way to do it.

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1247426

    Thank you again Victoria.

    Solved, you can close this one.

    #1247466

    Hi eodesign,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘How to make Timeline Bullets square?’ is closed to new replies.