Edit Text in Home Page Feature Areas

Discussion in 'Harrington- A WordPress Business Theme.' started by niallg, Feb 12, 2015.

  1. niallg

    niallg Member

    Joined:
    Sep 18, 2014
    Messages:
    95
    Likes Received:
    3
    Hi Guys,
    I would like to edit the text in the Home Page 1st, 2nd and third Feature Descriptions, is it possible to
    tidy the text up so that it looks better, justified to the left for each text area .

    the URL is : www.shimmibellydance.com.au/blog

    Regards
    Niall


    Terasa and Deb have been teaching
    Bellydance in the Hills Area for many
    years and have a great community of
    women of all ages, cultures and ability

    Screen Shot Feature area.jpg
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hey Niall,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature_inner_box h6 {
    text-align: left;
    }
    .feature_inner_box p {
    text-align: left;
    }
    Thanks,
    Praveen
     

Share This Page