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"
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
#2 is not the answer i was looking for. please see attached for confirmaton. Thank you very much for all your time and help.
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