defining block id
Permalink
Cannot define custom id in block edit. You can only define custom id if you choose the html block
MrKDilkington
In web design you have css class and id right?
In concrete you can define custom class using the gear icon that I know. How do you then define custom id using blocks like image block. You want to access by id using css
For example you choose the image block, and you want to apply jquery plugin to that image by id
In web design you have css class and id right?
In concrete you can define custom class using the gear icon that I know. How do you then define custom id using blocks like image block. You want to access by id using css
For example you choose the image block, and you want to apply jquery plugin to that image by id
@how
I don't believe there is a similar feature to add an ID.
Also, to clarify, the selector added to the block is not applied to the block elements. Instead the block is wrapped in a div and this containing div is assigned the selector.
I don't believe there is a similar feature to add an ID.
Also, to clarify, the selector added to the block is not applied to the block elements. Instead the block is wrapped in a div and this containing div is assigned the selector.
What are you trying to accomplish?
As an alternative, you can add a custom container class to a block.