Footer Text size

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

  1. bigtflyer

    bigtflyer New Member

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

    Is there a code that allows me to adjust the size of both the footer text and the Title of the footer text?

    For example my first footer reads:

    Water & Mold Away USA
    Our Company
    Testimonials
    Insurance
    Tips & FAQ's
    Contact Us

    I would like to make all of the font bigger, but the title (Water and Mold Away USA) even bigger then the other text.

    My site is Damageawayusa.com/wordpress

    Thanks!

    Tim
     
  2. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    Hello,

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

    Code:
    .footer-wrapper .footer_widget h6 {
    font-size: 20px;
    }
    .footer-wrapper .footer_widget a {
    font-size: 15px;
    } 
    You can change the value of "font-size" as per your requiremnet.
    This will solve your issue.
     

Share This Page