Please reference attached screenshot. I want to remove the lines under all the feature columns on the front page see item #3. I would like to change the font on the footer titles see items 1 & 2 I would like the calendar to be center in it's column see item 4 my URL is: thehandymanhenderson.com
Hello, 1.For your first issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_contentbox { border-bottom: none; } 2. For you changing font type in footer title Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .footer-wrapper .footer h4 { font-family: symbol; } Inplace of "symbol" put your font type. 3. For your last issue Go to the Appearance > Widgets > Third Footer Widget Area and add title in "Calender" widget. This will solve your issue.