Hi, I would like to remove or hide the business hours on the contact page. I have tried inserting the code in theme options, design& styles, as described on another post
#content.contact-us .nice-contact-sidebar .box:nth-child(2) {
display: none;
}
However, the business hours are still there.
Thank you, Abi
Hi Abi,
I hope you are doing well. Thank you for writing.
I’ve visited your site and the class is not .contact-us but .contactus (it depends on the slug of the page).
So, please try changing that:
#content.contactus .nice-contact-sidebar .box:nth-child(2) {
display: none;
}
Best,
Juan.