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*

Reply To: How to change my own font at widget-title ?

#46435

Hi Chaimongkol,

To change the font family of your own for widget-title. First Go to Appearance -> Theme Options/Customize -> Webmaster Tools -> Analytics
and paste your font script in the header script box which is given by font integrate service such as Google Web Fonts
Now integrate the font into your CSS Go to Appearance -> Customize/Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save button:

.widget-title {
    font-family: "Philosopher",sans-serif;
}

Change above font family Philosopher with the one you have integrate as mentioned above.

Thank you!