Increase font size in widget text?

Discussion in 'Infoway WordPress Theme' started by robert l, Dec 21, 2013.

  1. robert l

    robert l Member

    Joined:
    May 23, 2013
    Messages:
    68
    Likes Received:
    0
    Location:
    Princeton, NJ
    How do I increase the size of the font in the footer widgets?

    Thank you ~ Robert
     
  2. Piyush

    Piyush Support Staff

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

    Paste the following code in your Custom CSS
    (Appearance -> Theme Options -> Styling Options -> Custom CSS)
    Code:
    .footer .footer_widget h4 {
    font-size: 25px;
    }
    .textwidget {
    font-size: 15px;
    }
    .footer p {
    font-size: 15px;
    }
    You can change the value of "font-size" as per your requirement.
    This will solve your issue.
     

Share This Page