Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #560745

    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!

    #560752

    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

    #560761

    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

    #560988

    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

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