By calebm12 on
I would like to use some css to change individual blocks. However using firebug, all of my blocks have a div id of defaultblock. how can i assign ids to specific blocks so that i can then add css?
I am using the marinelli theme.
Comments
I would look at the themes
I would look at the themes block.tpl.php file, Garlands file looks like
and you can see how the set both id and class.
the marinelli block.tpl.php
the marinelli block.tpl.php file is this
do i just subsitute in the garland coding?
I would use
this way existing theming for blocks will continue to work.
You could also try this for the first div
that works great. thanks
that works great. thanks
This code should be part of the main Marinelli
This code should be part of the main Marinelli, this would solve the issue !!!