I would like three column feature area revised

Discussion in 'Woodpecker WordPress Business Theme' started by v4sb, Aug 12, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    In the three column feature area , I would like the titles to be centerd. I would also like to change the font and the color of the titles in the three column feature area.
     
  2. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    I would also like there not to be so much space between the title of the column and the slider that is above.
     
  3. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.

    Code:
    .feature-page-wt-thumb-container h1 {
       text-align: center;
       font-size: 18px;
       font-family:arial;
       color: red;
    }
    .feature-page-wt-thumb-container {
        margin-top: 20px;
     
    }
    Note: - Please change the value of font and color according to your requirement.

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page