Hi Pranav,
Thank you for your report. However, I don’t know where exactly the bug is supposed to be. The caption styling is a default style that has been around for ages.
It is correct that there are still no theme style settings for it, but your feature request thread from back then shows little demand for it (5 likes and one comment).
You can override the default styling in the Bricks Settings.» Custom CSS globally and customize it however you want. The !important statement for the positioning is certainly not pleasant, but it can also be overwritten.
This is everything you need to reset the defaults:
.brxe-image figcaption.bricks-image-caption {
all: unset; /*unsets everything */
position: static !important;
display: contents;
}
I’m marking the report as a no bug for now because, as I said, I don’t understand where exactly the bug is. If you still think there is one, tell me where and I’ll be happy to take another look at it.
Best regards,
timmse