Hi
I have below code. I want title (Success) should appear on left side as Bold. Line should be from beginning till end.
function ShowPopup(heading, body, type) {
swalInit.fire({
title: `${heading}`,
html: `${body}
`,
icon: type,
position: 'center', // Adjust position as needed
allowOutsideClick: false,
confirmButtonText: 'OK',
timer: 6000
});
}
Thanks
Ramco RamcoPosted Aug 20, 2024, 11:10 AM
Hi Amit
Title is appearing in Bold. No Line & also not getting displayed on left side.
Do we need to include any js file.
Thanks
Amit MohantyPosted Aug 20, 2024, 11:03 AM
Try this:
Ramco RamcoPosted Aug 20, 2024, 10:44 AM
Hi Amit
It is still displaying similar to the image attached earlier.
Thanks
Amit MohantyPosted Aug 20, 2024, 10:32 AM