Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #294779
    Bastien Chilloux
    Participant

    Hi,

    Would you please provide to me the CSS code so that I can change the font size on the texts on the buttons ?

    For example, I would like to reduce the size of the text “ENVOYER” on this page from my website :
    https://bastienchilloux.com/contact/

    I just wanna have a CSS code affecting all the font size text buttons, to be able to adjust it to my entire website font size logic.

    Thanks a lot in advance,
    Take care

    #294786
    Skandha
    Participant

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

    input[type="submit"] {
        font-size: 12px;
    }

    You can change the font size according to your choice.
    Let me know if this works out!
    Kind Regards,
    Skandha

    #294788
    Bastien Chilloux
    Participant

    Perfect thanks a lot !
    Take care

    #294817
    Skandha
    Participant

    @bastienchill: Glad it worked out. Have a good day! 🙂

    Kind Regards,
    Skandha

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to change font size on the text buttons ?’ is closed to new replies.