Hi,

I have added a Module Class named: nobor in Module id: 98
How to remove gray line borders only in this ACM?
Can you help provide CSS code?

Thanks

    rmesceo

    You can use this custom CSS:

    @media (min-width: 992px) {
    .acm-features.style-2 .row > div + div {
    	border-left: 0px !important;
    }
    }
    6 months later
    Write a Reply...
    You need to Login to view replies.