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
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
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