Change font color of all elements

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

[class*="TabsControlItem__TabsControlItemComponent-sc"] {
color: blue;
}

[class*="Info__InfoCaption-sc"] {
color: blue;
}

[class*="Name__NameComponent-sc"] {
color: blue;
}

[class*="Description__DescriptionComponent-sc"] {
color: blue;
}

[class*="Price__PriceComponent-sc"] {
color: blue;
}

[class*="Icon__IconContainer-sc"] svg {
fill: blue;
}

Guys, if this code was helpful to you, please drop a line in the comments. Your feedback helps us improve our services and provide better solutions :slightly_smiling_face: