• Resolved autox420

    (@autox420)


    How to remove.
    Name
    Message title

    How to.
    Change inner color of the message box.
    Change the submit button for example an image?

    • This topic was modified 7 years ago by autox420.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jeff Starr

    (@specialk)

    Glad to help:

    1) “How to remove.”

    You can hide both with CSS:

    form#sac-form label { display: none; }

    You can enable the plugin’s Appearance settings and add that code to “Custom CSS styles”.

    2) “How to. Change inner color of the message box.”

    You can add this CSS:

    div#sac-output { color: #333; background-color: #fff; }
    ul#sac-messages li[style] { color: #333 !important; background-color: #fff !important; }
    div#sac-output a { color: #333; }

    You can enable the plugin’s Appearance settings and add that code to “Custom CSS styles”.

    3) “Change the submit button for example an image?”

    That would require a bit more work (which I do not have time for currently), but it is possible using the selector, #submitchat

    • This reply was modified 7 years ago by Jeff Starr. Reason: added info
    Thread Starter autox420

    (@autox420)

    #submitchat then a css code?

    #submitchat { what i want? }

    Plugin Author Jeff Starr

    (@specialk)

    As I said, it is possible, but I do not have time due to schedule. You should be able to find a CSS snippet or tutorial for something like, “css image submit button” or something along those lines. That’s gonna be the fastest way to get the code you need.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change few things how?’ is closed to new replies.