Edit Trix image default caption #6937
Unanswered
mrleblanc101
asked this question in
Ideas & Feature Requests
Replies: 2 comments
-
|
Actually, even adding a "space" doesn't work, probably because it gets trimmed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
This will hide the default caption in the front-end, but not Nova. .attachment__caption:not(.attachment__caption--edited) {
display: none;
}There is probably a way to inject custom CSS in Nova, but it doesn't really matter to me so I'll leave it like this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
By default, when inserting an image using Trix, there is a
<figcaption>with the image name and size.There doesn't appear to be a way to remove or customize this.
Curently, to remove the caption, you need to insert a "space" inside the caption field.
Beta Was this translation helpful? Give feedback.
All reactions