• Resolved otalatita

    (@otalatita)


    I’m really new in this customization thing, how can I change the font to Bebas Neue with CSS?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @otalatita,

    Thank you for the topic.

    I want to mention, that the plugin inherits the Font-family of the Theme you are using. 
    By the way, our Development Team has created a new CSS code to achieve your desired result.

    Please take this Custom CSS code and insert it into the Surveys > particular survey > Styles tab > Custom CSS option.

    Then, replace YOUR_SURVEY_ID with the corresponding Survey ID (e.g. 3, like this div[id*=”ays-survey-container-3″]).
    Do not delete the space after it.
    Do not forget to clear the cache afterward.

    div[id*="ays-survey-container-YOUR_SURVEY_ID"] * {
    font-family: 'Bebas Neue' !important;
    }

    Please check this and let us know about the outcome.

    Thank you.

    Thread Starter otalatita

    (@otalatita)

    Thanks for your help!! Worked like a charm!

    Plugin Support Jasmine

    (@hyenokian)

    Dear @otalatita,

    Thank you for your reply.

    Glad to hear that everything works fine for you now.

    If your query is resolved, please take a moment to rate and review the plugin or support.

    Many thanks in advance!

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Edit font with css’ is closed to new replies.