Remove border on listing card after MyListing 2.6 update

Remove border on listing card after MyListing 2.6 update

The MyListing 2.6 update added a grey border around all listing cards. Some users might want to remove this, this is easily done by adding this CSS code to the custom CSS section.

You can find the CSS box under 27 Theme Tools – Theme Options – Custom Code

 

.lf-item-container {
    border-radius: 0px;
    box-shadow: none;
}