Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1272515

    Hi there,

    I’m using the dark transparent skin for the contact form – same form across all the site.

    CHANGE SUBMIT BUTTON COLOURS
    I’d like to change the background colour/ border colour and font colours.

    CHANGE COLOUR OF “SUBMITTING FORM” TEXT/OUTLINE
    Also like to change the colours of the button/font/ outlines which appear when the submit button is clicked and the form is sent – at present they are a yellow-green colour.

    Is this possible via CSS please.

    Thanks for your help/

    Carole Anne

    #1272883

    Hi Carole Anne,

    Could you post a link to where we can see the element in question please?

    Best regards,
    Rikard

    #1272933

    Hi Rikard

    Posted the link in the Private Content section.

    Thanks
    CA

    #1273238

    Hi,

    Thanks for that. Please try the following in Quick CSS under Enfold->General Styling:

    .page-id-2 input[type=submit] {
      background-color: yellow;
      border-color: green;
    }
    
    .page-id-2 .valid .input_checkbox_label {
        color: red;
    }

    Best regards,
    Rikard

    #1273792

    Hi Rikard,

    I tried the css as above – but it’s not targeting the Contact Form submit button at all.

    I want to use the ‘Dark Transparent’ contact skin – but I’d like to change the colour of the submit button to #e74a10.

    Thanks for your help with this.

    CA

    #1274139

    Hi cab72,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    #top.page-id-2 .av-custom-form-color #element_avia_7_1 + .form_element .button {
      background-color: #e74a10;
    }
    
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #1274165

    Hi Victoria,

    That worked perfectly, thanks!

    Kind Regards
    Carole Anne

    #1274357

    Hi,

    Great, I’m glad that Victoria could help you out. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1274421

    No more help needed on this topic Rikard. Can be closed.

    Thanks again!

    #1274473

    Hi cab72,

    Great :)

    We are closing the thread.

    If you need further assistance please let us know in a new one.

    Best regards,
    Victoria

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Style 'Dark Transparent' Contact Form submit button’ is closed to new replies.