I am using the Prism theme with the ITS Callouts snippet, but for some reason, there’s this black border appearing around the callouts. Has anyone has this issue? If so, how would I go about fixing it?

I am using the Prism theme with the ITS Callouts snippet, but for some reason, there’s this black border appearing around the callouts. Has anyone has this issue? If so, how would I go about fixing it?

Assuming that’s an > [!infobox]+ callout, you could give this a try:
body:not(.pt-disable-callout-styling) .callout.callout[data-callout~=infobox] {
& .callout-title {
border: 0;
}
& > .callout-content {
border: 0;
}
}
Without snippet (Reading view):
With snippet (Reading view):
Thanks so much! This worked!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.