Please see my site, currently under construction at http://katyacrepairpros.com/. How do I format the main content area for the homepage so that I can have paragraph breaks, etc? Right now, when I paste in the content, it all runs together, as you can see. Also, can we change the font size, add images, or create lists here? Thanks! Bean
Hello, You can add </br> tag after text from where you want to break line. Like: Your text in first line </br> your text in second line. To display image there, you add the code given below in that section. Code: <img src="Enter the URL address of your image here"> To change the font-size of the content of that section, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .feature_infobox p { font-size: 18px; } You can change the value of "font-size" as per your requirement.