Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can callout borders be removed? #136

Closed
JenFau opened this issue Aug 7, 2023 · 2 comments
Closed

Can callout borders be removed? #136

JenFau opened this issue Aug 7, 2023 · 2 comments
Assignees
Labels
Feature Request Enhancement and/or Feature suggestion

Comments

@JenFau
Copy link

JenFau commented Aug 7, 2023

I'd like to remove the color border around callouts to make it look cleaner (to me) - can this be done, please?

@JenFau JenFau added the Feature Request Enhancement and/or Feature suggestion label Aug 7, 2023
@damiankorcz
Copy link
Owner

You can use this as a CSS snippet:

body:not(.pt-disable-callout-styling) .callout .callout-title {
    border: unset;
}

body:not(.pt-disable-callout-styling) .callout .callout-content {
    border: unset;
}

@JenFau
Copy link
Author

JenFau commented Aug 7, 2023

Thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Enhancement and/or Feature suggestion
Projects
None yet
Development

No branches or pull requests

2 participants