Business Hours customization

Hello, I need to add an additional text directly under the business hours: Hot food until 9pm.
How can I do somtimg like this ?

2 Likes

Hi there, @Timo_Biehl :wave:

You’d like to add the custom text somewhere here, right?

1 Like

Yes!

2 Likes

Thank you!

I’ve forwarded your request to the devs and will let you know once the solution is ready :wink:

1 Like

This code should do the trick:

[class*="schedule-block__Container"]:first-child::after {
  content: 'Hot food until 9pm';
  color: white;
}

Please add it to the Custom CSS field on the Style tab of your widget’s settings and let me know if you like the result :slightly_smiling_face: