WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

146

Hi,

I'm experiencing an issue in the Comodo IceDragon browser where the post title's CSS color won't change from the original to what I've set it to. See issue here: https://poal.co/s/SandiaMesa

Hi, I'm experiencing an issue in the Comodo IceDragon browser where the post title's CSS color won't change from the original to what I've set it to. See issue here: https://poal.co/s/SandiaMesa

(post is archived)

[–] 1 pt

Nothing related to your browser.

You forgot to use :visited and :hover. I've added the code in your sub's CSS.

body .post .post-heading .title:visited { color: #0f0 !important; }

body .post .post-heading .title:hover { color: #f00 !important; }

Just change the colors to your liking.

That fixed the issue. Thank you so much!