How do I change the font of the 3 feature headings? How do i remove the text under the images and the read more button?
Hello, 1.For your first issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_content h2{ font-family:symbol; } Inplace of "symbol" put your font type. 2.For your second issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .feature_content p{ display:none; } .read_more{ display:none; }