Skip to content

Instantly share code, notes, and snippets.

@rruhlen
Created February 21, 2019 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rruhlen/6378a87f075a6fc9a87c026ad6101400 to your computer and use it in GitHub Desktop.
Save rruhlen/6378a87f075a6fc9a87c026ad6101400 to your computer and use it in GitHub Desktop.
hide extra fields in article of community, need to adjust the 4 in the 2nd line.
.selfServiceArticleLayout .forcePageBlockSectionRow.full { display: none;}
.selfServiceArticleLayout .forcePageBlockSectionRow.full:nth-of-type(4) { display: block;}
.selfServiceArticleLayout.zoom .article-summary { display: none;}
.slds-form_stacked .slds-form-element .slds-form-element__label {display: none;}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment