• Resolved joshuapoh

    (@joshuapoh)


    Hi there,

    Is there a way to input custom CSS to change the font family of the Hustle email subscriber fonts? I’m currently embedding a form within my site via shortcode and would like to change the form’s font (all text) from Open Sans to Roboto.

    • This topic was modified 6 years, 6 months ago by joshuapoh.

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

Viewing 1 replies (of 1 total)
  • Plugin Support Williams – WPMU DEV Support

    (@wpmudev-support8)

    Hey @joshuapoh,

    Hope you’re well.

    As long as I can see you have already Roboto font loaded on your page so adding this custom CSS can achieve this;

    .hustle_module_shortcode_wrap *{
    	font-family: Roboto, 'Helvetica', 'Arial', sans-serif !important;
    }

    You can add this from Design tab Custom CSS section while editing embed at Hustle;

    Cheers,
    Oguz

Viewing 1 replies (of 1 total)
  • The topic ‘[Support request] – Editing font in Hustle embed forms.’ is closed to new replies.