Can't get my CSS to apply to a specific link

Hi there… Please click the link below, and check out the “product slider”… I cannot get the title/links to take my CSS. Where it says “Test Product”.

Any ideas?

http://justplayinonline.com/

Thanks ahead of time!

What are you trying to make them do that isn’t working?

I guess that would have helped if I said that :slight_smile:

Trying to get them to be color:#1E2F1F

Hi there,

Try this.

.product-title a{ color: #1E2F1F;}

HTH

ugh… don’t know how i overlooked that…

That did the trick!! Thanks!