Center Titles on Featured Area

Discussion in 'Dzonia WordPress Theme' started by 1stopnonprofitshop, Nov 15, 2016.

  1. 1stopnonprofitshop

    1stopnonprofitshop Guest

    Joined:
    Jul 18, 2014
    Messages:
    276
    Likes Received:
    0
    How do I center the titles for the featured area? Also, can a vertical line be placed between each of the 3 sections to separate them better?
     

    Attached Files:

  2. nitin

    nitin Guest

    Hi,

    Greetings from InkThemes,

    To centre the title, please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .featured_content .column-three h2 {
        text-align: center;
    }
    
    Hope this helps...!

    Thanks & Regards!
    Nitin
    InkThemes.com
     

Share This Page