Hello CSS help

Hi,

There is something I am trying to figure out and can’t. I am trying to remove the underline on the post’s date. I tried:

.post-meta {
text-decoration: none;
}

But that didn’t do it. Is there another way I haven’t tried yet?

Does .post-date work? (Not sure if you need to add !important)

I’ll have to check, I added that just to see if it did anything, sometimes it does, although, to be really honest, I’m not sure what !important really does :sweat_smile:

!important will override all other rules for that element. In terms of when exactly to use it or not I’m not sure either. :laughing:

I see, yeah there’s been a few times I had used it and did the trick :sweat_smile: