Get style of a global block

I have a problem with the css of a global blocks.
In the template template-blank-4 I do checks to show global blocks, but the problem is this:
In the home page I have an ajax request that change the global block, but the new one has the style of the removed global block.

So how can I get the style of a global block based on id, or how to handle global blocks in ajax request (that return another global block but without its style)?

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.