As I know, by using theme('hook', $variables), system would auto select the themeing layer by priority.
e.g. for themeing core element breadcrumb, the priority would be:
However, I find these priority is not the same for the new custom element.
I had created the new theme 'cuztheme' for testing. In template.php, I had the following code:
Ok I have searched high and low for solutions for this but I am sure there is an easy solution. I am quite comfortable with html and CSS. I am a little knowledgeable of PHP so hopefully that inst the only solution.
I have spent hours trying to get this to work. I have referred to my CSS books and online, so hopefully someone can help me here.
What I want to do is to put a border around the Copyright in the Media-Reflexive theme. I have displayed the code below. My problem is that I don't seem to be able to target the div that contains this content. As a test, I am trying to add a border around the Copyright (please see the 7th line from the bottom).
Here is the CSS I am using: Btw, the text turns to red, so I know I am targeting the correct selector.