Change size of custom title icons

Add this code to the Custom CSS field on the Style tab of your Restaurant Menu widget’s settings:

[class*="Info__InfoTitle-sc"]
[class*="Icon__IconContainer-sc"] {
width: auto;
height: auto;
}


[class*="Info__InfoTitle-sc"]
[class*="Icon__IconContainer-sc"] svg {
width: 200px;
height: 200px;
}