How to style .doc-header individually? #10918
-
Hello, |
Beta Was this translation helpful? Give feedback.
Answered by
akhrarovsaid
Jan 31, 2025
Replies: 1 comment 4 replies
-
Hey @openbayou, Try adding this to your div.doc-header:has(+ .collection-edit--posts) {
display: none;
} |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
openbayou
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @openbayou,
Try adding this to your
custom.scss
located in your(payload)
folder: