Home Page Header/Subheader font

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

  1. bigtflyer

    bigtflyer New Member

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

    Can you please give me the code to change the font/size/color and alienment of the Home page Header and subheader text?

    My website 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:
    .slider-wrapper-container h1 {
    font-family: symbol;
    font-size: 20px;
    color: red;
    text-align: left;
    }
    .slider-wrapper-container h2{
    font-family: symbol;
    font-size: 17px;
    color: red;
    text-align: left;
    } 
    In place of "symbol" you can put your font.
    In place of "red" you can put your color or color code.
    You can adjust the value of "font-size" as per your requirment.

    This will solve your issue.
     

Share This Page