This topic is locked

font size not working with swal

8/30/2024 6:57:27 AM
PHPRunner General questions
J
Jan author

In the event "Client After" of a "custom button" I write a mesage (with Sweetalert) with the code below :

Swal.fire({
color: "#b00a0a",
fontsize: 26px;,
icon: "success",
title: "The title :",
text: "message",
timer: 1500
});

This message works, but the font size is not set.
What is wrong in the code?

Admin 8/30/2024

Post a screenshot here of Swal's manual that described fontsize parameter.