Hello, I would like to delete the "Right Link Panel feature" from the homepage Bottom. Also, I would like to be able to change the font and text sizes to include headings and spacing on the "Left Feature Description" Each time I add text it reformats to plain text in one paragraph. If it is not possible to change the font I would simply like to delete that option as well. Thanks
1.For your first issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .linkpanel { display: none; } 2.For your second issue Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .main_content h2 { font-family: symbol; font-size:20px; } .main_content p { font-family: symbol; font-size:16px } Inplace of "symbol" put your font type. Adjust font size as per your requirement.