Add Link to Home Page Feature Column Pictures

Discussion in 'ColorWay WordPress Theme' started by amgherini, Nov 6, 2013.

  1. amgherini

    amgherini New Member

    Joined:
    Oct 11, 2013
    Messages:
    8
    Likes Received:
    0
    How do you add a link to the pictures on the home page feature column pictures?
    And, how do you justify the text in the feature columns? Website is www.amgtrustlaw.com/new_wordpress_site. Thank you.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    1.Go to
    Dashboard > Appearance > Theme Option > Home Page Settings > First Feature Link URL
    and add your link there.

    Use same process for others also.

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

    Code:
    #content p {
    text-align: justify;
    }
     

Share This Page