Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #233821
    bmart
    Participant

    Hello again, I was wondering if there is a way to make buttons throughout my website square (instead of rounded) and if I can change their font. Thanks!

    #233862
    Skandha
    Participant

    @bmart: Hello there,
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    button {
         border-radius:0 !important;
    }

    Let me know which font you would like to use.
    Kind Regards,
    Skandha

    #233876
    bmart
    Participant

    Unfortunately it seems like that code did not work and all the buttons are still rounded. Is there anything else I can try?

    And I would like to use Arial font. Thanks!

    #233888
    Skandha
    Participant

    @bmart: Hello there,
    Can you please post in your site URL so that I can look into the issue?

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Chang shape and font on buttons’ is closed to new replies.