Posted by anas_pgftu on January 21, 2013 at 11:25am
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
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
You should be able to isolate
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.
thnx manwhere can i found
thnx man
where can i found it
in which file i found id block or number of block
Anas
Use Firebug like you did
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.
thnx alot
thnx alot
Anas