Hide time zones Work hours

Description/Instructions

Hide time zones Work hours

Instructions

You can either modify that widget in the child theme and cut that part

.ts-work-hours-list > ul > li:last-child * {
display: none;
}

  • CSS
Copy Code

Let's Chat About this Snippet