Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author YOP

    (@yourownprogrammer)

    Hi att,

    From the main menu go to Templates and edit the template you used for your Poll. In the CSS section add

    #yop-poll-container-%POLL-ID% {
    font-family: […];
    }

    and replace […] with the font family you want.
    For example, if you want to change it to Arial, you will have to add

    #yop-poll-container-%POLL-ID% {
    font-family: sans-serif;
    }

    You can check the link below for some inspiration:

    https://www.w3.org/Style/Examples/007/fonts.en.html

    To change the font size you have to look in the CSS section and every time you see font-size:x; replace it with the value you want.

    If you need more help please get back to us with a link and mention the changes you want to make and we will assist.

    Best wishes,

    YOP Team

    Thread Starter att

    (@att)

    Thank you very much for your kind and very clear explanation.
    I’ll try it again (I’ve just read your reply).
    Sincerely.

    Thread Starter att

    (@att)

    Hello YourOwnProgrammer,

    – I followed your advice and it works perfectly.
    Many thanks.
    – By the way, is there a way to add questions to a poll?

    Best Regards.

    Plugin Author YOP

    (@yourownprogrammer)

    Hey att,

    You can have only one question per poll.
    If you want to ask more than one question, you have to create a poll for each one.

    Regards,

    YOP Team

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to change font-family and font size.’ is closed to new replies.