Flatsome list icon with image or font awesome

30 May 2020
0 Comments

List icon with image

                
                    
.row--ho-so{
  .col-inner{
    ul {
      list-style: none;
      margin-left: 0;
      li{
        margin-left: 0;
        margin-bottom: 15px;
        &:before {
          position: relative;
          content: "";
          background-image: url("../img/icon feather-file-plus.png");
          background-repeat: no-repeat;
          background-size: contain;
          padding-right: 20px;
          margin-right: 10px;
        }
      }
    }
  }
}
                
            

Leave a Reply

This site uses cookies to offer you a better browsing experience. By browsing this website, you agree to our use of cookies.