I would like to remove the DESCRIPTIONS on the Four Column Feature Descriptions. I would like to keep the image and heading with link. I then want to remove the empty space between this and the bottom feature. Thank you!
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .feature_inner_box p { display: none; } This will solve your issue.