WelcomeUser Guide
ToSPrivacyCanary
DonateBugsLicense

©2024 Poal.co

1.0K

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

You can also change poal logo's color if you want.

g { fill: white !important; }

body.dark g { fill: #4163ac !important; }

[–] 1 pt

@AOU I’m sure can clear up the issue, he is busy today but I’m sure He’ll look at it shortly.

[–] 1 pt

Installing IceDragon on a VM and checking now.

You should also think about reducing the size of the blue-title file (down to 20kb gives good result) and re-upload it.

Half a megabyte for the menu title background picture is a little overkill. :D

[–] 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!