Hi there
- I’d like to create a callout that doesn’t have a rounded rectangular shape, but is a proper sharp rectangle.
- I’d also like to set the callout background to a transparency of white, instead of having the opaque white colour.
I’ve added this code to the CSS, but it doesn’t achieve point 1 and 2 above.
What it does do is switch off the callout border, which I want.
.x-callout {
border: 0px solid transparent;
background-color: rgba(255,255,255,40);
box-shadow: none;
border-radius: 0px;
}
(I’m using Safari on a Mac, but also Chrome / Mac doesn’t work)
thanks a lot