Home › Forums › CSS › [Solved] Targeting Multiple Instances of Non-Unique Classes › Reply To: [Solved] Targeting Multiple Instances of Non-Unique Classes
April 25, 2015 at 12:31 pm
#201090
Participant
It ended up being this, Atelierbram:
.stack-pricing div:nth-of-type(3) ul.price-list .row-title {
background: #097288;
}
.stack-pricing div:nth-of-type(4) ul.price-list .row-title {
background: #e9840d;
}
and thank you again. I stuggled for a couple of hours on my own. I really appreciate it.
Best,
Tanner