Totally Zenned
- Join Date:
- Nov 2006
- Location:
- Dartmouth, NS Canada
- Posts:
- 2,400
- Plugin Contributions:
- 0
need help referencing a particular element
Hi folk,
I need to style a very particular element in the Zen Cart interface -- the text that says "Forgot your password?" on the log-in page.
In the rendered code it comes out as...```
<div class="buttonRow back important"><a href="https://www.artcardshop.com/store/index.php?main_page=password_forgotten">Forgot your password?</a></div> ```I've tried various ways of identifying this class in my stylesheet but can't get it to take. How would I address elements in this class only?
I've tried...
div.buttonRow back important
.buttonRow back important
.buttonRow .back .important
.buttonRow.back.important
Those last ones were also tried with the div in front. And it seems I tried other versions too, but it gets a little confusing remembering which ones. Any ideas how to do it?
Maybe other aspects of the stylesheet are over-riding this? Perhaps my styling of all links or something like that, though I haven't used the !important statement in my styles, and I'm putting my attempts to style this bit at the bottom of my stylesheet, so it should be rendered last.
TIA
Rob