Change Font on Footer Titles

Discussion in 'Local Business WordPress Theme' started by lklatt76, Oct 28, 2013.

  1. lklatt76

    lklatt76 Member

    Joined:
    Feb 24, 2013
    Messages:
    53
    Likes Received:
    0
    Please reference attached screenshot.

    I want to remove the lines under all the feature columns on the front page see item #3.

    I would like to change the font on the footer titles see items 1 & 2

    I would like the calendar to be center in it's column see item 4

    my URL is: thehandymanhenderson.com
     

    Attached Files:

  2. Gourav

    Gourav Support Staff

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

    1.For your first issue

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

    Code:
    .feature_contentbox {
    border-bottom: none;
    }
    2. For you changing font type in footer title

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

    Code:
    .footer-wrapper .footer h4 {
    font-family: symbol;
    }
    Inplace of "symbol" put your font type.

    3. For your last issue

    Go to the
    Appearance > Widgets > Third Footer Widget Area
    and add title in "Calender" widget.

    This will solve your issue.
     

Share This Page