Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #587272

    Hi, I’d like to modify this contact form (the link is in the Private Content) .
    I’d like to add some borders and a background as the one is linked in the private content.
    Thanks fro your help

    #588140

    Hi Rapsodoc!

    Thank you for using Enfold.

    Please add this in the Quick CSS field:

    #top form {
        margin-bottom: 20px;
        border-radius: 6px;
        padding: 8px;
        position: relative;
        border: 1px #e1e1e1 solid;
        background: #D1D1D1;
        background: -moz-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
        background: -webkit-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
        background: -o-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
        background: repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    }
    
    div fieldset {
        background: #f7f7f7;
        border: 1px #E5E5E5 solid;
        border-radius: 4px;
        padding: 20px;
        margin: 0;
    }

    Best regards,
    Ismael

    #588165

    Ismael thanks a lot!! I have 1 question :
    what if I want apply this changes to only a specific contact form?
    By the way, the lower part is “fatter” then the upper once

    Update

    this css you provide me modified the search box. When i click on the search icon i see the same style of the contact form. Even the search page is changed!

    • This reply was modified 8 years, 2 months ago by Rapsodoc.
    #588766

    Hi,

    Please try the following instead:

    .page-id-210 form {
        margin-bottom: 20px;
        border-radius: 6px;
        padding: 8px;
        position: relative;
        border: 1px #e1e1e1 solid;
        background: #D1D1D1;
        background: -moz-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
        background: -webkit-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
        background: -o-repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
        background: repeating-linear-gradient(-45deg, #000 , #000 30px, #fff 30px, #fff 40px, #42A0BD 40px, #42A0BD 70px,#fff 70px, #fff 80px);
    }
    
    .page-id-210 div fieldset {
        background: #f7f7f7;
        border: 1px #E5E5E5 solid;
        border-radius: 4px;
        padding: 20px;
        margin: 0;
    }

    Best regards,
    Rikard

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