Ben44 Active member Aug 16, 2024 #1 I've just updated to 2.3.2 and these blue blobs have appeared on the front page, what are they and how do I change them ??
I've just updated to 2.3.2 and these blue blobs have appeared on the front page, what are they and how do I change them ??
Davyc Well-known member Aug 16, 2024 #2 Do you have any add-ons to change the forum icons, or anything in your extra.less template? BTW, your link in your signature points elsewhere Upvote 0 Downvote
Do you have any add-ons to change the forum icons, or anything in your extra.less template? BTW, your link in your signature points elsewhere
frm Well-known member Aug 16, 2024 #3 If you're coming from XF 2.1, the new method would be this in EXTRA.LESS. CSS: .node.node--id# .node-icon i { &::before { .m-faContent(@fa-var-newspaper, 1em); } svg { display: none; } } (Replace # with the node id; replace the fa-var-newspaper with the appropriate Font Awesome icon) Upvote 0 Downvote
If you're coming from XF 2.1, the new method would be this in EXTRA.LESS. CSS: .node.node--id# .node-icon i { &::before { .m-faContent(@fa-var-newspaper, 1em); } svg { display: none; } } (Replace # with the node id; replace the fa-var-newspaper with the appropriate Font Awesome icon)
Ben44 Active member Aug 16, 2024 #4 Davyc said: Do you have any add-ons to change the forum icons, or anything in your extra.less template? BTW, your link in your signature points elsewhere Click to expand... Oh dear, now into my 80s, I can't remember what I have and worse than that I can't remember what I done when I installed and made changes. Thanks for the tip about my sig link, I just retyped it and now it works, well for me it does. frm said: If you're coming from XF 2.1, the new method would be this in EXTRA.LESS. CSS: .node.node--id# .node-icon i { &::before { .m-faContent(@fa-var-newspaper, 1em); } svg { display: none; } } (Replace # with the node id; replace the fa-var-newspaper with the appropriate Font Awesome icon) Click to expand... That's above me now frm, I would need a step by step or see if I can find someone to help me. This being old is rubbish. Last edited: Aug 16, 2024 Upvote 0 Downvote
Davyc said: Do you have any add-ons to change the forum icons, or anything in your extra.less template? BTW, your link in your signature points elsewhere Click to expand... Oh dear, now into my 80s, I can't remember what I have and worse than that I can't remember what I done when I installed and made changes. Thanks for the tip about my sig link, I just retyped it and now it works, well for me it does. frm said: If you're coming from XF 2.1, the new method would be this in EXTRA.LESS. CSS: .node.node--id# .node-icon i { &::before { .m-faContent(@fa-var-newspaper, 1em); } svg { display: none; } } (Replace # with the node id; replace the fa-var-newspaper with the appropriate Font Awesome icon) Click to expand... That's above me now frm, I would need a step by step or see if I can find someone to help me. This being old is rubbish.
O Old Nick Well-known member Aug 16, 2024 #5 Do you just want to remove the blue squares or do you want to change the orange icons too? Upvote 0 Downvote
Ben44 Active member Aug 16, 2024 #6 Just remove the blue ones will be fine please Last edited: Aug 16, 2024 Upvote 0 Downvote
O Old Nick Well-known member Aug 16, 2024 #7 In your ACP go to Appearance >> Templates >> find the extra.less template and search and remove this code from it: Less: .node.node--forum.node--unread .node-icon i:before { display: inline-block; content: ""; height: 1em; vertical-align: -0.125em; background-color: currentColor; width: 1.28571429em; mask: "\f658" no-repeat center; -webkit-mask: "\f658" no-repeat center; color: #1474b8; } Upvote 0 Downvote
In your ACP go to Appearance >> Templates >> find the extra.less template and search and remove this code from it: Less: .node.node--forum.node--unread .node-icon i:before { display: inline-block; content: ""; height: 1em; vertical-align: -0.125em; background-color: currentColor; width: 1.28571429em; mask: "\f658" no-repeat center; -webkit-mask: "\f658" no-repeat center; color: #1474b8; }
O Old Nick Well-known member Aug 16, 2024 #8 And probably all code beginning by: .node.node--forum.node--read .node-icon i:before { Upvote 0 Downvote
Davyc Well-known member Aug 16, 2024 #9 Ben44 said: Oh dear, now into my 80s, I can't remember what I have and worse than that I can't remember what I done when I installed and made changes. Click to expand... Ben44 said: This being old is rubbish. Click to expand... I can empathise with you, I'll be hitting my milestone 70 this year, and you are right on the ball with 'getting old being rubbish' lol. @Old Nick is on the ball too, that's what I saw in the browser console, and it needs to be taken out; your blue squares will disappear Upvote 0 Downvote
Ben44 said: Oh dear, now into my 80s, I can't remember what I have and worse than that I can't remember what I done when I installed and made changes. Click to expand... Ben44 said: This being old is rubbish. Click to expand... I can empathise with you, I'll be hitting my milestone 70 this year, and you are right on the ball with 'getting old being rubbish' lol. @Old Nick is on the ball too, that's what I saw in the browser console, and it needs to be taken out; your blue squares will disappear
Ben44 Active member Aug 16, 2024 #10 Ah magic Old Nick, done that and they have gone. You're the man thank you. Thanks as well Davy, don't have any more birthdays after this one, stay as you are Upvote 0 Downvote
Ah magic Old Nick, done that and they have gone. You're the man thank you. Thanks as well Davy, don't have any more birthdays after this one, stay as you are
O Old Nick Well-known member Aug 16, 2024 #11 I still see blue squares as unread icons, maybe you just get ride of the blue square as read icons Upvote 0 Downvote
Ben44 Active member Aug 16, 2024 #12 Will get rid of all cookies and rubbish and look again. Upvote 0 Downvote
O Old Nick Well-known member Aug 16, 2024 #13 All is good now, i just navigated and came back to the home page. Upvote 0 Downvote
Ben44 Active member Aug 16, 2024 #14 Thank you so much all for the help. Being a one armed 30 year service veteran this is all I have in life now. Upvote 0 Downvote
Thank you so much all for the help. Being a one armed 30 year service veteran this is all I have in life now.