Blackriders Lead Form - Top - Text Size

Discussion in 'Blackriders WordPress Theme' started by freepublicitygr, Apr 24, 2014.

  1. freepublicitygr

    freepublicitygr Member

    Joined:
    Nov 19, 2012
    Messages:
    32
    Likes Received:
    0
    Is there any way to change the size of the text in the lead submission form at the top of the main page (box). The header text is quite large. Can that be reduced in size?

    Thanks,

    Don McCauley
     
  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:
    .signupform-header h4 {
    font-size: 15px;
    }
     
    You can change the value of "font-size" as per your requirement.
    This will solve your issue.
     

Share This Page