Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #47687
    Ian
    Guest

    Hi,

    I’ve inserted a We form ‘contact’ form on my site: https://discoveringphonics.co.uk/contact-us/
    but I’d also like to put a border around the whole form.

    How do I do this please?

    Many thanks,

    Ian

    #47694
    Brandon C
    Keymaster

    Hi Ian,

    Thanks for reaching out and thanks for using Crio Pro WordPress theme!

    I inspected your WeForms contact form and was able to come up with a bit of CSS to add a border. Pull up the CSS/JS Editor from Appearance<<Customize<<CSS/JS Editor and add:

    .weforms-56 {
    border-style: solid;
    boder-width: thick;
    border-radius: 5px;
    border-color: #17a398;
    }

    I hope this helps! Please reach back out if you have any other questions for us.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How can I place a border around my Crio WordPress theme contact form?’ is closed to new replies.