separate opening hours
This support request was posted in BBQ by veganic25
- veganic25 August 6, 2015 at 12:31 pm
Hi Juan,
1) I want to separate opening hours
Our opening hours like this.
Fri. Lunch 11:30-16:30, Dinner 17:00-23:00
2) I want to write L.O. time like this
17:00-23:00 (L.O. 22:30)
3) I want to select National holidays
I want to write like this.
Sun. & National Holidays 11:30-17:00 (L.O. 16:30)
Are there possible?
Best,
Juanfra Aldasoro August 6, 2015 at 3:18 pmHi,
Thank you for writing.
Unfortunately that’s not possible with the business hours functionality. You can select hours on a daily basis.
Best,
Juan.veganic25 August 10, 2015 at 6:51 amHi Juan,
OK. How can I change that code?
I hope you to update next time πJuanfra Aldasoro August 10, 2015 at 2:42 pmHi,
Thank you for the follow up.
Unfortunately it is not simple to modify the code if you are not keen to code.
I’d recommend you to use the text widget to do something like you are looking for instead.
Best,
Juan.veganic25 August 17, 2015 at 10:42 amHi Juan,
I want to remove Business hours in Contact page.
I tried that but I can see still Business hours.
How can I remove it?—
The quicker way to βremoveβ the Business Hours block is by adding the following code inside the Custom CSS option in Theme Options > Design & Styles:
#content.contact-us .nice-contact-sidebar .box:nth-child(2) {
display: none;
}
—Best,
Juanfra Aldasoro August 17, 2015 at 4:07 pmHi,
Thanks for writing. You can hide the business hours with CSS as you suggest, or the other option would be creating a child theme and editing the file template-contact.php, by removing the code regarding the business hours there.
Best,
Juan.
This topic is marked as resolved
Only the topic author can re-open this thread.