Hello,
Can you tell me how can I put diferent fonts on sidebar? I want to diferent fonts . One for main pages and second font for sidebar. Is it possible to change size?
Thank you!
Hi Zaccc!
Which fonts do you want to use, and which elements do you want to chaneg font? All the widgets?
Can we see your page and let us know the fonts you want to use?
Cheers!
Basilis
Hi Basilis
I want to change to web secure fonts what you have already installed in template. I want to change in all widgets. My site is now under construction.
Regards
Hey!
Please add the below css into your custom css section:
.widgettitle {
font-family: 'Lato', sans-serif !important;
}
.sidebar .widget {
font-family: 'Lato', sans-serif !important;
}
You can change the example font to a websafe font of your choice.
Cheers!
Dake