Footer Setting Text

Discussion in 'BizWay WordPress Theme' started by bigtflyer, Jan 20, 2014.

  1. bigtflyer

    bigtflyer New Member

    Joined:
    Jan 19, 2014
    Messages:
    29
    Likes Received:
    0
    Hello!

    Is there a way to adjust the size/font/alliengment of the Footer Text/Footer Email and the Footer Call Information area?

    My website is www.damageawayusa.com/wordpress

    Thanks!

    Tim
     
  2. Gourav

    Gourav Support Staff

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

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

    Code:
    .footer-top-inner1 {
    color: red;
    font-size: 20px;
    font-family: ENTER YOUR FONT TYPE;
    }
    .footer-top-inner2 {
    color: red;
    font-family: ENTER YOUR FONT TYPE;
    font-size: 20px;
    }
    .footer-top-inner3 {
    font-size: 20px;
    font-family: ENTER YOUR FONT TYPE;
    }
    

    Thanks & Regards
    Gourav Shrivastava
     

Share This Page