Change Size and Colour of text in block
Permalink
Hi
I need to change size and colour of text in some blocks. I cant see any obvious way. Reading around I get the feeling its needs to be done by custom . I am not sure where to start with that. Could someone give me some tips on how to do this?
Thanks !
I need to change size and colour of text in some blocks. I cant see any obvious way. Reading around I get the feeling its needs to be done by custom . I am not sure where to start with that. Could someone give me some tips on how to do this?
Thanks !
Assuming that the block you are using is the Content block. What you would need to do to achieve this is to create a directory in /application/blocks/content/templates/template_name. Then you want to copy the /concrete/blocks/content/view.php to that directory and add a class around the content block. You'll then want to create a view.css in that directory too and use the class you added to style the text when.