Skip to content

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.
Donald McGuinn 2 years ago

Thank you so much for this. Works perfectly!

Voxel Guide assistant
Ask about snippets, addons & how-tos

Hey — how can I help?

I can dig through the library for snippets, addons, and tutorials.

AI can be wrong — double-check anything important.