Snippets / CSS
CSS
Hide time zones Work hours
A
Arwenia
·
141 views
·
Updated 2 years ago
Hide time zones Work hours
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 · 3 lines
Discussion 1
Ask a question or share how you used this.
Log in
to join the discussion.