The CreatorCon Call for Content is officially open! Get started here.

Client scripts Alert message font color

Lakshmi Prabha
Giga Expert

Can we change font color or font size in client script alert message?

I tried it didn't work. Anyone have any idea to change the font color in alert message?

find_real_file.png

1 ACCEPTED SOLUTION

Chuck Tomasi
Tera Patron

Further research shows that this is a system object, not subject to CSS. You would have to create a "mimic" alert box. Here's one option. It's a bit of work, but I provide it here as a potential solution.



javascript - how to change the style of alert box - Stack Overflow


View solution in original post

3 REPLIES 3

Chuck Tomasi
Tera Patron

Alert messages are presented by the browser. I haven't seen a browser yet that lets you configure the font yet.



Sorry.


Chuck Tomasi
Tera Patron

Further research shows that this is a system object, not subject to CSS. You would have to create a "mimic" alert box. Here's one option. It's a bit of work, but I provide it here as a potential solution.



javascript - how to change the style of alert box - Stack Overflow


If I have answered your question, please mark my response as correct so that others with the same question in the future can find it quickly and that it gets removed from the Unanswered list.



If you are viewing this from the community inbox you will not see the correct answer button.   If so, please review How to Mark Answers Correct From Inbox View.



Thank you