Hey guys,
I’m observing issues with the styling when using a component called via its shortcode.
- Border colours appear black instead of the selected colour.
- Background colours do not appear (Unless the object supports advanced background colours)
- Font weight is being ignored
It appears they’re not being translated when the CSS is being generated.

We’re calling the shortcode via PHP; which worked well with Global Blocks before.
e.g.
return do_shortcode(' [cs_component id="QzY9GBgPJV6GmtAjZq'"] ');
Thanks,
Matt

