I'd like to remove the Contact Area footer that has the phone number, email address and hours. How do I completely remove this footer section? Thank you.
I figured it out. I put the following in the Custom CSS. Just in case someone else wants to do this. .index-info .index-info-one { display: none; } .index-info .index-info-two { display: none; } .index-info .index-info-three { display: none; }