Viewing 2 replies - 1 through 2 (of 2 total)
  • Hello,

    In order to put a border around that form you would want to drop this into your CSS file that controls the style of this theme:

    .textwidget {
    border: 1px #cacaca !important;
    border-style: solid;
    padding: 7px;
    }

    You can replace the #cacaca with a 6 digit hexadecimal color code of your choice.

    To give the header a specific background color you will want to drop a line of code like this into your CSS file:

    .textwidget h3 {
    background: #cacaca !important;
    }

    Hope this helps!
    Mike@WPEngine

    Thread Starter donnapgblog2

    (@donnapgblog2)

    Thanks Mike.

    I put that into custom.css and it didn;t make any changes.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Fast Secure Contact Form – Border Question’ is closed to new replies.