In addition to all the standard settings in each sections and blocks, we have added a Custom CSS option.
This feature is intended for use by advanced users familiar with CSS.
Use the #this keyword as a selector to select and apply properties to the current block or section respectively.
When using #this in a block, the keyword #this will be replaced with the block’s ID.
When using #this in a section, the keyword #this will be replaced with the section’s ID.
Below are some usage examples:
Use: #this{ background-color:#f00; } to set the block/section background to red.
Use: #this h2{ color:#f00;} to set the color of h2 tag within the block/section to red.
Use: #this *{ color:#f00;} to set the color of all tags within the block/section to red.