How to Format the Homepage Content Area

Discussion in 'Local Business WordPress Theme' started by bbean44, Jun 24, 2014.

  1. bbean44

    bbean44 New Member

    Joined:
    Apr 5, 2013
    Messages:
    10
    Likes Received:
    0
    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
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     

Share This Page