How to Center Feature Column Headings

Discussion in 'ColorWay WordPress Theme' started by lionsden, Jan 7, 2017.

  1. lionsden

    lionsden New Member

    Joined:
    Feb 9, 2012
    Messages:
    7
    Likes Received:
    0
    Hi Support Team!

    I would greatly appreciate if you would please provide the CSS code to center each of the four feature column headings that appear on the home page.

    Thank you and Happy New Year!

    Lori
     
  2. shruti26

    shruti26 Guest

    Hi Lori,

    Greetings from InkThemes!

    To center align the required text heading just paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    #content .one_fourth h3 {
      text-align: center;
    }
    
    Hope this helps...!

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     
  3. lionsden

    lionsden New Member

    Joined:
    Feb 9, 2012
    Messages:
    7
    Likes Received:
    0
  4. shruti26

    shruti26 Guest

    It's my pleasure :)

    Feel free to contact us if you have any questions.

    Thanks & Regards,
    Shruti Jain
    InkThemes.com
     

Share This Page