Remove Opening hours

Is there a code I can insert to take away the opening hours? Be great if anyone could help :slight_smile:

1 Like

Hi @Bailey_Last :wave:

Would you like to hide it for all locations, or just for the specific one?

Hi @Max Yes from all the locations if possible

1 Like

Okay! I’ve relayed your request to our devs and will get back to you a bit later :slightly_smiling_face:

We’ve added this code to the Custom CSS field on the Style tab of your widget’s settings:

global-styles,
[class*="multi-column-layout__Column-sc"] [class*="content__Block-sc"]:last-child {
  display: none !important;
}

Please check your widget and let me know if you are satisfied with the result :slightly_smiling_face:

That is perfect thankyou!

2 Likes

Great, you are always welcome :wink:

By the way, I’d like to let you know about our CSS Codes category, where you can find the most popular codes for different apps. Feel free to check it out - CSS Codes - Elfsight Community