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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5398
    torch
    Participant

    Hi, I’m wondering if there is a quick and easy custom CSS code that I can use to make my bold fonts thicker. When I make text bold in a post, it barely looks different from the main body text. An example of this may be found on my page where the text reads “Dates for 2014 Camp”. Thanks in advance for any advice.

    http://www.cellovationa2.com/2014-camp/

    #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 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.