Styles Dropdown Menu in Content Block
Permalink
What is the functionality of the "Styles" drop down menu in the Content block editor supposed to be?
I thought I could add certain styles to my CSS and my client could select them and apply them within the content but it's not working for me.
Please help.
Suzy
I thought I could add certain styles to my CSS and my client could select them and apply them within the content but it's not working for me.
Please help.
Suzy
This is perfect. I love this community.
i think they'd be particularly useful for clients who want to add a bit of breathing room to inline images.
as in:
-mario
as in:
.padImageRight { padding-right:10px; } .padImageLeft { padding-left:10px; }
-mario
there's even a tutorial about this:
http://www.codeblog.ch/2009/05/concrete5-css-features/...
http://www.codeblog.ch/2009/05/concrete5-css-features/...
The tutorial helped a lot! Here's some other stuff I learned that wasn't in the tut:
The classes in typography.css only affect the editor, so they must duplicated in main.css in order to work on the actual website.
Also, typography.css should be in the root theme folder; not a subfolder.
The classes in typography.css only affect the editor, so they must duplicated in main.css in order to work on the actual website.
Also, typography.css should be in the root theme folder; not a subfolder.
Like..
.headline {font-size: 18px;}
In typography.css
should show up in the Styles menu (you may need to clear your cache or even restart your browser.)