Archived topic
Buttoms with border line
3 replies · Started by Jagoba on April 18, 2019
Hi,
I would like to have all buttoms on my website with a 1px border in a color and I do not know how to do it.
Could you please help me? Thanks!
Hi there,
the only buttons i can see that are not added by elementor are the Instagram and Contact Form 7 buttons. You can style them with this CSS:
input[type="submit"],
#sb_instagram #sbi_load .sbi_load_btn,
#sb_instagram #sbi_load .sbi_follow_btn a {
border: 1px solid red;
}
Hi,
Thanks! I mean the buttons to add a comment under a post. You can not see it because the blog is not alive ;)
The above CSS should cover that? It uses the input[type="submit"]