Nordgard Member Sep 19, 2021 #1 One more question about changing color on text. This grey text, I want white. But where do I do the change? Attachments Skjermbilde 2021-09-19 kl. 19.01.20.webp 59.4 KB · Views: 30
One more question about changing color on text. This grey text, I want white. But where do I do the change?
O Old Nick Well-known member Sep 20, 2021 #3 Try this in extra.less template Less: .listInline .listInline--bullet { color: red; } Upvote 0 Downvote
P Paul B XenForo moderator Staff member Sep 20, 2021 #5 This guide will help with identifying specific elements and styling them. It was written for XF1 but the same principles apply. How To ... - Updates xenforo.com Upvote 0 Downvote
This guide will help with identifying specific elements and styling them. It was written for XF1 but the same principles apply. How To ... - Updates xenforo.com
O Old Nick Well-known member Sep 20, 2021 #6 Less: .listInline .listInline--bullet { color: red !important; } Upvote 0 Downvote
Nordgard Member Sep 20, 2021 #7 Thanx! But still not working. I already have this script there .p-title-value { color: white; } Maybe thats why it's not working? Or should I put it longer down on the list? Upvote 0 Downvote
Thanx! But still not working. I already have this script there .p-title-value { color: white; } Maybe thats why it's not working? Or should I put it longer down on the list?
O Old Nick Well-known member Sep 20, 2021 #8 Less: .p-description { color: red !important; } This one works. Upvote 0 Downvote
JRobert Active member Sep 20, 2021 #9 nicodak said: Less: .p-description { color: red !important; } This one works. Click to expand... This is what we use in our forum style, but it works for us without the !important. Upvote 0 Downvote
nicodak said: Less: .p-description { color: red !important; } This one works. Click to expand... This is what we use in our forum style, but it works for us without the !important.
O Old Nick Well-known member Sep 20, 2021 #10 JRobert said: This is what we use in our forum style, but it works for us without the !important. Click to expand... Tried on a custom theme that's why i used !important Upvote 0 Downvote
JRobert said: This is what we use in our forum style, but it works for us without the !important. Click to expand... Tried on a custom theme that's why i used !important
Nordgard Member Sep 21, 2021 #11 nicodak said: Less: .p-description { color: red !important; } This one works. Click to expand... It sure does! Thank you very much!! Upvote 0 Downvote
nicodak said: Less: .p-description { color: red !important; } This one works. Click to expand... It sure does! Thank you very much!!