RichDevman Active member Jun 26, 2024 #1 This is the approval que, How do I make this more visible? Thanks!
Solution Mr Lucky Jun 26, 2024 Try this in your extra .less template Code: .messageNotice.messageNotice--highlighted {color:red} .messageNotice.messageNotice--highlighted a {color:rgreen} Change colors to suit. However this does imply something has gone wrong in your style properties that would be the best place to find the fix
Try this in your extra .less template Code: .messageNotice.messageNotice--highlighted {color:red} .messageNotice.messageNotice--highlighted a {color:rgreen} Change colors to suit. However this does imply something has gone wrong in your style properties that would be the best place to find the fix
Mr Lucky Well-known member Jun 26, 2024 #2 Try this in your extra .less template Code: .messageNotice.messageNotice--highlighted {color:red} .messageNotice.messageNotice--highlighted a {color:rgreen} Change colors to suit. However this does imply something has gone wrong in your style properties that would be the best place to find the fix Upvote 0 Downvote Solution
Try this in your extra .less template Code: .messageNotice.messageNotice--highlighted {color:red} .messageNotice.messageNotice--highlighted a {color:rgreen} Change colors to suit. However this does imply something has gone wrong in your style properties that would be the best place to find the fix
Mr Lucky Well-known member Jun 26, 2024 #3 If it was me, I'd make the background lighter Code: .messageNotice.messageNotice--highlighted {background:lightgreen} Upvote 0 Downvote
If it was me, I'd make the background lighter Code: .messageNotice.messageNotice--highlighted {background:lightgreen}