delete business hours
This support request was posted in BBQ by dacemeister
- dacemeister January 6, 2015 at 6:07 pm
hi,
happy new year, how do i get rid of the business hours in the contact.php and how do i upload without losing all my work?
kind regards,
Dave
Andrés Villarreal January 7, 2015 at 3:46 amHi dacemeister,
Happy new year to you too 🙂 I’m gonna need some additional information, such as the URL of your site, and a little more input on what you are trying to accomplish. For me, it seems like you want the Business Hours widget removed when viewing the contact page; am I correct in my assumption?
Thank you for writing.
Best,
Andrés.
Andrés Villarreal January 7, 2015 at 4:08 pmHi! I’m following up the notification email you just replied.
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;
}Keep in mind, however, that this will not exactly remove the block, but just hide it, and it’s still gonna be present in the source code, so it’s not the optimal way to do it. There are more effective ways to do it, but they require a little snippet of PHP code (that I can provide) and upload at least one file via FTP. It you think you can do that, I’ll be glad to guide you through 🙂
Best,
Andrés.
You must be logged in to reply to this topic.