XF 2.2 Nodes icons without opacity

OPM

New member
How can I make the icons to show without opacity? They look like they are covered with a white transparent film.
 
It's just the light blue colour which gives that effect.

You can change it by adding this to the extra.less template:
Less:
.node-icon i:before
{
    color:orange
}

Personally I also use font-weight: 300; as it makes the icons sharper.

1637195556870.png 1637195593547.webp
 
It's just the light blue colour which gives that effect.

You can change it by adding this to the extra.less template:
Less:
.node-icon i:before
{
    color:orange
}

Personally I also use font-weight: 300; as it makes the icons sharper.

View attachment 260433 View attachment 260434
It dosen't work, the colors of the icons are still faded. I also tried:

.node-icon i:before
{
display: none;
}

but it dosen't work.

I'm talking about the node thumbnails on the homepage generated by [cv6] NodeIcons 1.1.0 addon:
Screenshot 2021-11-18 at 02.39.04.webp

Colors are vivid in the real image:
miscare_si_sport_autosustenabil.ro.webp
 
Top Bottom