[Support request] Buttoms with border line

Home Forums Support [Support request] Buttoms with border line

Home Forums Support Buttoms with border line

  • This topic has 3 replies, 2 voices, and was last updated 5 years ago by David.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #872653
    Jagoba

    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!

    #872731
    David
    Staff
    Customer Support

    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;
    }
    #872854
    Jagoba

    Hi,

    Thanks! I mean the buttons to add a comment under a post. You can not see it because the blog is not alive 😉

    #872864
    David
    Staff
    Customer Support

    The above CSS should cover that? It uses the input[type="submit"]

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.