SVG Image + Contact Form Submit Button Color

Home Forums Company Elite SVG Image + Contact Form Submit Button Color

  • This topic is empty.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #5433
    Anonymous
    Inactive

    How can the guide lines that appear in faint grey around the SVG image on this page: http://lazykgetaway.com/local be removed? The code for the SVG image is beneath the line below.

    How can the contact form submit button color be changed on this page: http://lazykgetaway.com/contact-us/?
    ____________________________________________________________________________________

    <table id=”Table_01″ border=”0px” width=”auto” cellspacing=”0″ cellpadding=”0″>
    <tbody>
    <tr>
    <td>
    </td>
    <td>
    </td>
    </tr>
    <tr>
    <td>
    </td>
    <td>
    </td>
    </tr>
    <tr>
    <td>
    </td>
    <td>
    </td>
    </tr>
    </tbody>
    </table>

    #5470
    Axle Support
    Moderator

    Hi @dress2kale,

    Please go to Appearance -> Customize -> Additional CSS and add this code to remove borders of the table used

    .entry-content table td {
        border: none;
    }

    Code to change color of submit button

    .entry-content .wpcf7 input.wpcf7-submit {
        background: #205a93;
    }

    You can upgrade to Company Elite Pro if you need more options like color, fonts and more.

    #5482
    Anonymous
    Inactive

    Thank you so much – This worked flawlessly. Where can I leave a review?

    #5676
    Axle Support
    Moderator

    Hi @dress2kale,

    You can post review at this link.

    Thank you in advance.

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