Custom style in Composer
PermalinkCould anybody tell me how can I add styles of page in Composer?
I need to have the same styles in Composer as in page (article tag)
I'm using Concrete5 version 8
What you are describing sounds like standard use of CSS and probably not covered in a concrete5 specific tutorial.
You can apply classes to blocks and custom layouts.
- Click on a block and choose Design & Custom Template from the popup menu.
- A new menu bar will appear, choose the gear icon "Custom CSS Classes, Block Name, Custom Templates and Reset Styles" on the right side.
- In the Custom Class text input, type in the name of the class without the leading dot (.), and then hit enter or click on the highlighted blue text.
After adding a class, or classes, the block/custom layout will be wrapped in a div with the class/classes.
The problem is that on published page i have my own styles (attachment 1)
But in edit mode (attachment 2) i have default styles.
I'm using reset CSS, but when it's turn it off <li> bullets appear.
So I'm wondering how can I apply styles for window in Composer
Are the styles in "attachment 1" applied using custom editor styles - styles you apply using the "Styles" drop-down?
Please include more details of what you are trying to do.