I need to disable the share icon from the articles but am struggling.. I am not sure where to fix that from... see screenshot: https://prnt.sc/jBn7KOeeFhZ2
nandapeter
You can add this custom CSS:
.com-content-article .share-social { display: none; }
saguaros that worked just fine, thanks alot