Skip to content

Commit

Permalink
- Hide the default description for the excerpt field when it's used a…
Browse files Browse the repository at this point in the history
…s a native field
  • Loading branch information
marcusforsberg committed Jul 7, 2017
1 parent 6af4aaf commit c3af2a4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions css/acf-native-fields.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,11 @@
margin-top: -20px;
}

/* Hide default excerpt description */
.acf-native-field #postexcerpt p {
display: none;
}

.acf-native-field #wp-content-editor-tools {
border: none;
background: none;
Expand Down

0 comments on commit c3af2a4

Please sign in to comment.