-
AuthorPosts
-
April 6, 2014 at 7:49 pm #30413
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.
April 7, 2014 at 11:27 am #30652Hi 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 #30665Awesome – worked like a charm. Thanks so much for the quick response – love this theme!
April 7, 2014 at 1:36 pm #30723Hi Kyle,
You’re Welcome!
Thanks
September 18, 2015 at 7:53 am #394924Hello,
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 #394995Hi Vicky,
Can you provide us your site url.
Thanks
September 19, 2015 at 4:47 am #395721This reply has been marked as private.September 19, 2015 at 5:07 am #395736Hi there,
Please add this :
input#entry-comment-submit { border-width: 1px; }
Thanks.
September 24, 2015 at 6:11 am #401014Thank you that’s worked! Fantastic! You guys/gals are the best! 🙂
September 24, 2015 at 7:39 am #401078We’re delighted to assist you with this.
Cheers!
-
AuthorPosts