-
AuthorPosts
-
April 6, 2014 at 7:49 pm #30413
Kyle FParticipantI’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.
April 7, 2014 at 11:27 am #30652
SupportMemberHi 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.
April 7, 2014 at 12:04 pm #30665
Kyle FParticipantAwesome – worked like a charm. Thanks so much for the quick response – love this theme!
April 7, 2014 at 1:36 pm #30723
SupportMemberHi Kyle,
You’re Welcome!
Thanks
September 18, 2015 at 7:53 am #394924
logan163ParticipantHello,
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
September 18, 2015 at 9:13 am #394995
Paul RModeratorHi Vicky,
Can you provide us your site url.
Thanks
September 19, 2015 at 4:47 am #395721
logan163ParticipantThis reply has been marked as private.September 19, 2015 at 5:07 am #395736
ChristopherModeratorHi there,
Please add this :
input#entry-comment-submit { border-width: 1px; }Thanks.
September 24, 2015 at 6:11 am #401014
logan163ParticipantThank you that’s worked! Fantastic! You guys/gals are the best! 🙂
September 24, 2015 at 7:39 am #401078
FriechModeratorWe’re delighted to assist you with this.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-30413 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
