/* disable minus icon */ .fa-minus-circle { visibility: hidden; } /* disable likes */ .wall-item-like { visibility: hidden; } .wall-item-tools-right > .btn-group > .btn:first-child { visibility: hidden; } /* focus base */ .comment .wall-item-body { padding-left: 42px; } .wall-item-content-wrapper.comment { border-bottom: 1px solid #dee2e6; } .widget { border: 1px solid #dee2e6; } #note-text { border: 1px solid transparent; }