Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #30413

    Kyle F
    Participant

    I’ve searched throughout the forums but can’t find the answer to this question, so please forgive me if it’s been gone over before:

    How can I change the border thickness on buttons? I don’t see a setting for that in Customizer.

    #30652

    Support
    Member

    Hi Kyle,

    Add the following line of code in Customizer > Custom > CSS

    .x-btn{
    border-width:4px !important;
    }

    You can control border thickness of All buttons throughout the site by changing 4px to your desired pixels value in the above code.

    #30665

    Kyle F
    Participant

    Awesome – worked like a charm. Thanks so much for the quick response – love this theme!

    #30723

    Support
    Member

    Hi Kyle,

    You’re Welcome!

    Thanks

    #394924

    logan163
    Participant

    Hello,

    I have followed the above instructions to change the border button thickness on my site but it does not work for the “submit” button under the comments box (it works for everything else). is there an additional line of code for this?

    thank you

    Vicky

    #394995

    Paul R
    Moderator

    Hi Vicky,

    Can you provide us your site url.

    Thanks

    #395721

    logan163
    Participant
    This reply has been marked as private.
    #395736

    Christopher
    Moderator

    Hi there,

    Please add this :

    input#entry-comment-submit {
        border-width: 1px;
    }

    Thanks.

    #401014

    logan163
    Participant

    Thank you that’s worked! Fantastic! You guys/gals are the best! 🙂

    #401078

    Friech
    Moderator

    We’re delighted to assist you with this.

    Cheers!