Tagged: Bold Text Thickness
@torch You can try using the heading tags like. <h3>Dates for 2014 Camp</h3>
<h3>Dates for 2014 Camp</h3>
Thank you Sanjip. Your recommendation makes the text bold and thicker, but it also makes it much larger. Is there a way to keep the same font size as the rest of the text, but just make it thicker so that I can see the bold quality?
Hi torch,
Just go to text mode in your page. Then wrap the sentence like this <h3 class="date-camp">Dates for 2014 Camp</h3>
<h3 class="date-camp">Dates for 2014 Camp</h3>
Then go to Custom CSS in your theme options and paste this CSS
.date-camp { font-size: 20px; }
You can change the px value.
Rabin