Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

Hello due to much help from here in the past im starting to theme whatever part of my drupal site that i like. Its great. Ive ran into a a strange one though. I have created a custom block (block 130). You can see it on top of my site

BBC Live Olympics | Add Olympic Comment | Football Livescore | OLB Olympics http://onlinebanter.com/latest

For some reason it doesnt have any div class Im trying to change the p bit.

Ive tried various things but still cant seem to find this blovk. Does anyine have any suggestions?

Thanks

share|improve this question
durrr the p class was in the block itself. sorry. – Reg Gordon Aug 4 '12 at 19:01
add comment (requires an account with 50 reputation)

1 Answer

up vote 1 down vote accepted

You don't have a class, but you do have an ID so you can use:

#primary p {color:red;}

Note: there is also a nice module call block class (http://drupal.org/project/block_class) that you can use

share|improve this answer
add comment (requires an account with 50 reputation)

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.