Feature Text Heading Centered

Discussion in 'BlackBird WordPress Theme' started by bigclick, Mar 4, 2014.

  1. bigclick

    bigclick New Member

    Joined:
    Feb 11, 2014
    Messages:
    1
    Likes Received:
    0
    Hi there, I want to align the feature text heading to the left or justified rather than it being centre on my homepage.

    Thanks
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    .content h1{
    text-align:left;
    } 
    Thanks & Regards
    Gourav Shrivastava
     

Share This Page