Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #272261

    I want to change the font style to verdana.
    How can i do that fot the contact form?

    And i use the mailpoet newsletter form. How can i do the same here? …change the font to verdana?
    And also make the * to the alternative theme color?

    Thanks a lot!

    Simon

    #272270

    Hey simonac!

    Please post a link to your contact form and mailpoet page – we need to investigate the css code.

    Cheers!
    Peter

    #272271
    This reply has been marked as private.
    #272638

    Hey!

    Try adding this code to the Quick CSS:

    form * {
        font-family: "Verdana", sans-serif !important;
    }
    span.wysija-required {
        color: #2e97d0 !important;
    }

    Cheers! 
    Josue

    #272782

    Hi Josue,

    thanks for your help.
    The color change of the * worked.

    But the font did not change. weather in the contact form nor in the newsletter form.

    #272798

    Hi!

    If you look closely, the font is Verdana:

    Cheers!
    Josue

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