O OPM New member Nov 18, 2021 #1 How can I make the icons to show without opacity? They look like they are covered with a white transparent film.
How can I make the icons to show without opacity? They look like they are covered with a white transparent film.
P Paul B XenForo moderator Staff member Nov 18, 2021 #2 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. Upvote 0 Downvote
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.
O OPM New member Nov 18, 2021 #3 Brogan said: 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 Click to expand... 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: Colors are vivid in the real image: Upvote 0 Downvote
Brogan said: 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 Click to expand... 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: Colors are vivid in the real image:
P Paul B XenForo moderator Staff member Nov 18, 2021 #4 OPM said: I'm talking about the node thumbnails on the homepage generated by [cv6] NodeIcons 1.1.0 addon: Click to expand... In that case you need to post in the add-on thread as it's obviously changing the core code. Upvote 0 Downvote
OPM said: I'm talking about the node thumbnails on the homepage generated by [cv6] NodeIcons 1.1.0 addon: Click to expand... In that case you need to post in the add-on thread as it's obviously changing the core code.
O OPM New member Nov 18, 2021 #5 Are the defailt node icons are without that opacity, is just the addon that makes them look like that? Upvote 0 Downvote
Are the defailt node icons are without that opacity, is just the addon that makes them look like that?
O OPM New member Nov 18, 2021 #6 Where is this opacity located? In the XenForo files, in the theme files, or in the Custom Node Icons addon? Upvote 0 Downvote
Where is this opacity located? In the XenForo files, in the theme files, or in the Custom Node Icons addon?
O Old Nick Well-known member Nov 18, 2021 #7 OPM said: or in the Custom Node Icons addon? Click to expand... Upvote 0 Downvote