Tagged: ,

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

    Hi

    How can I remove the timeline vertical line in an icon list for IE8 or lower?

    Ideally I only want to hide the last one in an icon list in IE8 but if necessary I will have to hide all of them.

    http://screencast.com/t/IpBkwaJ3C

    I have tried this code but it doesn’t seem to work in IE8.

    <!--[if lt IE 9]>
    .avia-icon-list .iconlist-timeline {
        border-right-width: 0px;
    }
    <![endif]-->
    #514424

    Hi richardelectrix!

    Please try adding following code to Quick CSS in Enfold theme options under General Styling tab

    .avia-icon-list .iconlist-timeline {
        border-right-width: 0px\9;
    }

    Regards,
    Yigit

    #514451

    Hi

    That works …. but how does it work when it doesnt reference IE8?

    #514462

    Hi!

    “\9” in the code targets IE8 and lower. Glad it worked! Let us know if you have any other questions or issues

    Cheers!
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remove timeline vertical lines in IE8 or lower’ is closed to new replies.