• Resolved andreasorlandi

    (@andreasorlandi)


    Hi, with the objective to change I have added the following CSS code :

    .cfx-button.cfx-submit {
      margin: 0px;
      float: left;
      letter-spacing: 0px;
      background-color: #364256;
    }

    This is not working as I would like ?? I assume that I doing something wrong, any suggestions ?

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author Jeff Starr

    (@specialk)

    It would help to know what is or is not working as expected? Please try to be more specific, so we can understand and try to help.

    Thread Starter andreasorlandi

    (@andreasorlandi)

    Yes I would like to change the background color, right now is a bright blue and let’s say that I would like it red, or in hex #364256 which is the main color of the theme.
    I hope this is more clear
    Thanks

    Plugin Author Jeff Starr

    (@specialk)

    Try this:

    #cfx .cfx-button.cfx-submit { background-color: #364256; box-shadow: none; background-image: none; }

    ..added via the “Appearance” settings, for whichever styles are active.

    Thread Starter andreasorlandi

    (@andreasorlandi)

    Many thanks for your help, will add to the additional CSS of the site
    Ciao Andreas

    Plugin Author Jeff Starr

    (@specialk)

    Ok let me know how it goes or if any further questions. Glad to help anytime.

    Thread Starter andreasorlandi

    (@andreasorlandi)

    worked just fine
    thank you for your help

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘submit background color’ is closed to new replies.