Home Page Main Heading Smaller Font and Red in color

Discussion in 'RoadFighter WordPress Theme' started by v4sb, Jun 25, 2015.

  1. v4sb

    v4sb Member

    Joined:
    Mar 14, 2013
    Messages:
    341
    Likes Received:
    0
    Woud like the home page main heading to be a smaller font size and red in color
     
  2. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello,

    For your information, we are using cufon.js in RoadFighter theme which convert text into images.
    So, first you have to disable cufon.js.

    Please follow the screenshot given below to disable it.
    roadfighter_cufon_disable.png
    Now, Please paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .home-content .page_info h1 {
      font-size: 28px;
      color: red;
    }
    Please change the font size according to your requirement.

    Thanks,
    Praveen
     

Share This Page