Html Id For Blocks

Hi,
It seems CS-Cart has only class-name for blocks. How can I add Html id to blocks?
Thanks

You can try to add it here

design/themes/responsive/templates/views/block_manager/render/block.tpl

You can use id="{$block.block_id}" for example

Thank You eComLabs it was very useful.
Is it possible to have ID for the grid?

You can try to add it here

design/themes/responsive/templates/views/block_manager/render/block.tpl

You can use id="{$block.block_id}" for example

In the same folder you can find the grid.tpl file and add changes there. Do not forget to clear cache

In the same folder you can find the grid.tpl file and add changes there. Do not forget to clear cache

Yes! Thanks for your help.