Marcel Broekema Member May 6, 2019 #1 As you can see in the attachment date and time of the posting is light gray like Feb 18, 2019 Any clue where and how to change that in XF2.1? Attachments index.webp 23.3 KB · Views: 26
As you can see in the attachment date and time of the posting is light gray like Feb 18, 2019 Any clue where and how to change that in XF2.1?
Asser Active member May 6, 2019 #2 Try to add to extra.less CSS: time.u-dt { color: #000; } Upvote 0 Downvote
Asser Active member May 6, 2019 #4 and this CSS: .message-attribution { color: #000 !important; } Upvote 0 Downvote
Marcel Broekema Member May 6, 2019 #5 nope, i will open a support ticket, struggling for days to get this done ...:-( Thx for your effort Asser! Upvote 0 Downvote
nope, i will open a support ticket, struggling for days to get this done ...:-( Thx for your effort Asser!
BassMan Well-known member May 6, 2019 #6 Add this to your extra.less template: Less: .message-attribution-main .u-dt[title] { color: red; } Upvote 0 Downvote
Marcel Broekema Member May 6, 2019 #7 Thx BassMan, that works, can you use rgb or # codes here? Or where can i find a list with possible color names for this code? Upvote 0 Downvote
Thx BassMan, that works, can you use rgb or # codes here? Or where can i find a list with possible color names for this code?
BassMan Well-known member May 6, 2019 #8 Yes, you can use hex or rgb. I just give it as an example. Upvote 0 Downvote
Marcel Broekema Member May 6, 2019 #9 .message-attribution-main .u-dt[title] { color: rgb(81, 25, 140) ; } doesn't seems to work, do i make a typo here? Upvote 0 Downvote
.message-attribution-main .u-dt[title] { color: rgb(81, 25, 140) ; } doesn't seems to work, do i make a typo here?
BassMan Well-known member May 6, 2019 #10 It works for me. Make sure you're editing the right template. Upvote 0 Downvote
Marcel Broekema Member May 7, 2019 #11 thx, its working now, any idea if you can use in the same template, styles, beside colors, for example black AND bold? Upvote 0 Downvote
thx, its working now, any idea if you can use in the same template, styles, beside colors, for example black AND bold?
BassMan Well-known member May 7, 2019 #12 Yes, you can add to that class anything you want. To have bold font add something like font-weight: 700;. Upvote 0 Downvote
Yes, you can add to that class anything you want. To have bold font add something like font-weight: 700;.
Marcel Broekema Member May 7, 2019 #13 Thanks BassMan for your support, works like a charm with your Illuminate Pro style! Upvote 0 Downvote