How to change the mobile menu to make it bigger

Just wondering if there is a way to make the mobile menu bigger and add a text to the side of it.
I have installed plugins to do this but is just make the site look awful. I am new to this and any help would be great…

Thanks

Hello there,

I hope you are doing well today.

You can use the following CSS code to increase the size of the mobile menu icon by going to Appearance > Customize > Additional CSS and pasting it there, however you would not be able to add text to the side without additional customization from a developer.

/*Menu Icon size*/
.module.widget-handle i {
    font-size: 25px;
    line-height: 53px;
}

Best Regards,
Support