Is it possible to change the font size on my home page (www.covitravel.com), within the Feature Text Heading? I like the size of text that this first section is in. The second set of bulleted lines, I would prefer to be in a much smaller font. Is it possible, and if so - how? Let us take care of all the details. <br> Select your destination and we'll do the work!<br> Need travel destination ideas? <br> Tell us what you enjoy and we'll create a package tailored to you!<br> <br> Education & Certifications:<br> <br> • Certified Anguilla Travel Specialist<br> • Jamaican Travel Specialist<br> • Honduras Specialist - The Travel Agent Academy<br> • Ecuador Specialist - The Travel Agent Academy<br> • Peru Specialist - The Travel Agent Academy<br> • Guatemala Specialist - The Travel Agent Academy<br> • Central Europe Masters Certificate - The Travel Agent Academy<br> • Globus Travel Expert Program<br> • Monograms Booking Expert<br>
Hello, This problem is causing because of all your content is displaying in h1 tag. To fix this problem do some steps as shown below in screenshot. This will fix your problem. Thanks & Regards Yogesh Bhade
I followed your directions and the website is updated. I would like to make the font between <p> and </p> in the "Feature Text Heading", black in color and a little larger font size. I would also like to have that block of text centered (but left justified within that block.) Can you help me do this? www.covitravel.com Thanks, LouAnn
I followed your directions and the website is updated. I would like to make the font between <p> and </p> in the "Feature Text Heading", black in color and a little larger font size. I would also like to have that block of text centered (but left justified within that block.) Can you help me do this? www.covitravel.com Thanks, LouAnn
Hello LouAnn, Use following css code in Custom CSS to fix it. Code: .content p { font-size: 15px; margin-left: 25%; color: black; } It will resolve your issue. Thanks & Regards Yogesh Bhade