badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Bold Font Not Thick Enough

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #5417
    Sanjip Shah
    Participant

    @torch You can try using the heading tags like. <h3>Dates for 2014 Camp</h3>

    #5528
    torch
    Participant

    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?

    #5533
    Rabin Shrestha
    Participant

    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>

    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

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.