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*

How can I change font for site title and description?

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #52320
    toniaustin
    Participant

    How can I change font for site title and description? I have Easy Google Fonts plugin installed. I am using Wowsome Free on localhost/XAMPP/Windows 10. Does it have to be done in CSS? I’m a beginner in WP and don’t know how!

    #52321
    toniaustin
    Participant

    I figured out how to do it, using “Additional CSS”:

    .site-title {
    font-family: parisienne !important;
    }

    .site-description {
    font-family: tangerine !important;
    font-size: 24px;
    }

    However this only works in edit mode. When I check Site View, changes don’t show up!

    #52329

    hi toniaustin,

    Can you please provide your site link so that we can help you.

    Thank you!

    #52330
    toniaustin
    Participant

    Thanks for reply. I figured out how to change the fonts using CSS (see sample above). What is the code to make it bold? I cannot send a link as I’m running WordPress on localhost.

    #52386

    Hi Toniaustin,

    Just add font-weight: bold; in the selector where you want the bold font style.

    Thank you!

    Regards,
    Theme Horse

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