Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS [Solved] Targeting Multiple Instances of Non-Unique Classes Reply To: [Solved] Targeting Multiple Instances of Non-Unique Classes

#201090

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