Hello! Is there a way to make the text in a speicific line in the Sub Header bigger then the rest of the text in the Sub Header? For example; I'd like the first line of my Sub Header to be font size 30, while the second line of my Sub Header I would like to be a font size of 36. My site is damageawayusa.com/wordpress Thanks! Tim
Hello, Go to the Appearance > Theme Options > Homepage Heading panel in your dashboard and paste the code given below in the Home Page Sub Heading section. Code: <h1 style="font-size:30px">Enter the first line for Home Page Sub Heading here</h1><h1 style="font-size:36px">Enter the Second line for Home Page Sub Heading here.</h1> You can adjust the value of "font-size" as per your requirement. This will solve your issue.