How to center feature headings?

Discussion in 'Themia WordPress Theme' started by rryanburton, Oct 25, 2013.

  1. rryanburton

    rryanburton New Member

    Joined:
    Oct 25, 2013
    Messages:
    1
    Likes Received:
    0
    How do I make the text for the "feature heading" appear centered?
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

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


    Code:
    .wrap h2 {
    text-align: center;
    }
     

Share This Page