Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #317841
    RalfG
    Participant

    Hello,

    I would like to change the font of my buttons from serif to sans serif.

    Here is the website: gersbeck-online.de

    Is there an individual CSS for this?

    Best regards

    Ralf

    #317844
    tikaram
    Keymaster

    @ralfg : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css.

    input[type="submit"] {
      font-family: sans-serif;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

    #317913
    RalfG
    Participant

    Hi Tikaram,

    your solution works fine. Thanky you very much!

    Best regards from Germany

    Ralf

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘How can I change the button font’ is closed to new replies.