Devilwillcry4you Active member May 19, 2013 #1 How do you change the text color in the alert box? Attached a pic where the text is highlighted. Attachments alertpic.webp 4.6 KB · Views: 55
erich37 Well-known member May 19, 2013 #2 try putting this in your template named extra.css Code: .navPopup .listItemText { color: #FFCC33; } Upvote 0 Downvote
Devilwillcry4you Active member May 19, 2013 #3 Thanks for answering, how would I change it without adding to the extra.css? Upvote 0 Downvote
erich37 Well-known member May 19, 2013 #4 the template named "extra.css" has been specially created for you in order to change things you want to have changed via CSS. So you should use this "extra.css" template. That's the best and easiest way to do it. Upvote 0 Downvote
the template named "extra.css" has been specially created for you in order to change things you want to have changed via CSS. So you should use this "extra.css" template. That's the best and easiest way to do it.
Devilwillcry4you Active member May 19, 2013 #5 Just added that to the extra.css and didn't change the text color still stuck on white. Upvote 0 Downvote
erich37 Well-known member May 19, 2013 #6 sorry, this is the right one: Code: .navPopup .listPlaceholder { color: #FFCC33 important!; } Upvote 0 Downvote
Devilwillcry4you Active member May 19, 2013 #7 Is this supposed to work if there are no alerts or anything in the box? Upvote 0 Downvote
Shelley Well-known member May 19, 2013 #8 Devilwillcry4you said: Is this supposed to work if there are no alerts or anything in the box? Click to expand... Try adding the following in EXTRA.CSS if there are no alerts.Adjust the colour to your preference. Code: .listPlaceholder .noItems {color: red;} Upvote 0 Downvote
Devilwillcry4you said: Is this supposed to work if there are no alerts or anything in the box? Click to expand... Try adding the following in EXTRA.CSS if there are no alerts.Adjust the colour to your preference. Code: .listPlaceholder .noItems {color: red;}