Custom style in Composer

Permalink
Hello!
Could 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

 
MrKDilkington replied on at Permalink Reply
MrKDilkington
Hi tzmudzinski,

Please include more details of what you are trying to do.
cvtgorg replied on at Permalink Reply
Not sure if this is the same thing, but I'm tired of clicking Design & Custom Template in many of my blocks to set the background color and padding/margins all to uniform values. I want to put code under Customize Theme->Custom CSS, then just call out that Custom Class. I don't want to create or edit files if I can avoid that, I want to do it all in the GUI. Is there a tutorial on that?
MrKDilkington replied on at Permalink Reply
MrKDilkington
@cvtgorg

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.
tzmudzinski replied on at Permalink Reply 2 Attachments
Hi!
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
MrKDilkington replied on at Permalink Reply
MrKDilkington
@tzmudzinski

Are the styles in "attachment 1" applied using custom editor styles - styles you apply using the "Styles" drop-down?