how can I: 1. enter my own client testimonials in the home page? If i cannot enter my own, then i want to eliminate the Inkthemems testimonials. 2. Remove the search box in the home page menu header. 3. Increase/change the font of text on the pages thanks much!
1.For your first issue Go to Appearance > Theme Option > Homepage Settings > Homepage testimonial text and enter your heading and text there. 2.For your second issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .top-search { display: none; } 3.For your third issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: p{ font-family:symbol; font-size:18px!important; } Inplace of "symbol" put your font type.