How can I remove the last item (opening hours) in de Airi Pro template when using the Local Business style.
See http://da01.procespartners.nl/~vorsselen/nl/welkom-bij-van-vorsselen/
Hello, try to use the following CSS code.
You can add CSS code in Customize → Additional CSS section.
header#masthead div.contact-area div.contact-block:nth-of-type(3) {
display: none;
}
Please feel free to ask any other questions that you might have.
Kind Regards, Roman.
aThemes Support