Adding user css classes
Permalink
How can I add custom css classes to choose from?
I know it should be explained here:http://www.concrete5.org/about/blog/concrete5-sightings/5-7-develop...
But the according link: "Adding Custom CSS Classes to Blocks, Areas and the Editor" is broken. Like many others there.
Can someone tell me how to do it?
I know it should be explained here:http://www.concrete5.org/about/blog/concrete5-sightings/5-7-develop...
But the according link: "Adding Custom CSS Classes to Blocks, Areas and the Editor" is broken. Like many others there.
Can someone tell me how to do it?
the docs are there:
http://www.concrete5.org/documentation/developers/5.7/designing-for...
I just tried this feature of 5.7 and it's very nice.
1. add your block type and the desired css class into the method in page_theme.php
2. select the class from the concrete-ui. In edit mode click on your block, then design and custom template and then you can select the custom class.