hii every body
how can i Edit CSS for each block separately
I use Fire Bug
Problem when editing css for one Block All Blocks changed
Where can I found CSS for each Block alone

Comments

yurg’s picture

You should be able to isolate each block's style via it's ID, which is always unique. So, just try to use #block instead of .block.

anas_pgftu’s picture

thnx man
where can i found it
in which file i found id block or number of block

yurg’s picture

Use Firebug like you did before - it shows you all required information. Drupal generates blocks class and ID for you. For more advanced overrides check block.tpl.php of your theme. And don't be shy to read some general themeing documentation!

Good luck.

anas_pgftu’s picture

thnx alot