Restaurant Name

Please Allow to display Restaurant Name on the Menu.

1 Like

Greetings and welcome to the Community @K_M1 :wave:

I agree that it would be great to have such a setting in the configurator. We’ll try to consider this option in our future updates :slightly_smiling_face:

As for now, there is an option to add the title with the help of a CSS code. Please add this code to the Custom CSS field on the Style tab of your widget’s settings and replace Restaurant Title in the second line of the code with the required title:

[class*="RestaurantMenu__Container"]:before {
  content: 'Restaurant Title';
  display: block;
  text-align: center;
  margin-bottom: 50px;
  font-size: 45px;
  color: #fff;
}

Check it out and let me know if you like what you see :slightly_smiling_face: