Changing font size on homepage

Discussion in 'Blackriders WordPress Theme' started by ronaldsinai, Dec 2, 2015.

  1. ronaldsinai

    ronaldsinai New Member

    Joined:
    Nov 4, 2014
    Messages:
    16
    Likes Received:
    0
    Hello,

    My URL: fundmylawsuitnow.com

    Please provide me with the CSS code to make the following changes:

    1) CSS code to change font size of titles under my 4 circles: i.e. "injured? qualify!", "no win=no fee", "rocket speed", and "direct funding".

    2) CSS code to change the font size of my homepage header: "Get Pre-Settlement Funding—Call (800) 760-0704 Now!"

    3) CSS code to change font size of the text that is on top of my lead capture form. The text currently reads: "Apply Now for Free"
     
  2. priya

    priya Guest

    Hello,

    Greetings from InkThemes!

    As per your above issues, solutions are accordingly..

    1) CSS code to change font size of titles under my 4 circles: i.e. "injured? qualify!", "no win=no fee", "rocket speed", and "direct funding".

    For this, please paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    .feature_inner_box a {
        font-size: 30px;
    }
    2) CSS code to change the font size of my homepage header: "Get Pre-Settlement Funding—Call (800) 760-0704 Now!"

    Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    .call-us {
        font-size: 20px !important;
    }
    3) CSS code to change font size of the text that is on top of my lead capture form. The text currently reads: "Apply Now for Free"

    Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    .signupform-header h4 {
        font-size: 25px;
    }
    Hope it will resolve your issues..

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     
  3. ronaldsinai

    ronaldsinai New Member

    Joined:
    Nov 4, 2014
    Messages:
    16
    Likes Received:
    0
    #2 is not the answer i was looking for. please see attached for confirmaton.

    Thank you very much for all your time and help.
     

    Attached Files:

  4. priya

    priya Guest

    Hello,

    Please paste the code given below in Custom CSS section of your dashboard.
    Code:
    .page_info h1 {
        font-size: 34px;
    }
    Note: Change numeric value as per your requirement.

    Hope it will resolve your issue

    Do let me know if you need more assistance,

    Thanks & Regards!
    Priyanka
    InkThemes.com
     

Share This Page