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]-->
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
Hi
That works …. but how does it work when it doesnt reference IE8?