text spacing on blog pages

Discussion in 'ColorWay WordPress Theme' started by toniakrebs, Nov 5, 2012.

  1. toniakrebs

    toniakrebs New Member

    Joined:
    Oct 19, 2012
    Messages:
    13
    Likes Received:
    0
    Hi, I am having trouble with spacing of text on blog pages. How do I edit the spacing between paragraphs? If I add an extra line using enter key it doesn't work if the page is justified.
    I would also like to change the size of the blog heading and change the size of the text in the line - posted on ...by...
    Also, is there a way I can move the blog body down, or insert a line between the heading info and the actual blog text?
    Can you help me please? Thanks.
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    To increase spacing between paragraph add
    Code:
    <br/>
    
    tag after paragraph.

    To change heading size

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .blog_post h2 a{
    font-size:your font size in px;}
    For text below heading

    Code:
    .blog{
    font-size:your font size in px;
    }
    Your last query is not possible achieve.
     

Share This Page