Additional CSS?

Permalink
I'm trying to add some custom css to an html block in order to style a button. I add the CSS under 'design' but nothing happens. Is this the wrong place to add the css?
Thanks,

Aaron

 
pixelsgeek replied on at Permalink Reply
pixelsgeek
Hi,

You try to add a class for your button and open the main.css file ( in the your template ) and style for it.

Can you chat with me by Skype: chuhuutrung
ThemeGuru replied on at Permalink Reply
ThemeGuru
Hi.

What might be even better is making a custom template for the block.

That way you wont disturb the dashboard buttons (ie file manager).

Here is a tutorial:

http://www.codeblog.ch/2009/03/concrete5-templates/...

Hope that helps.

Thomas
admin replied on at Permalink Reply
Thanks for the help. Working now.

After adding the proper css to the main stylesheet, I found 2 easy ways to style the block. The first is within the html block by adding the class name to the html. The 2nd was to add the class name to the 'set block style' area of the content block. Are either of those methods ill advised?

I don't understand creating a custom template yet. What are the advantages of that? Thanks.