• Resolved cecilia10

    (@cecilia10)


    Hello there,

    I want to know how can I change the colors of the buttons.
    I am really new in this things so if I need to change something in the css sheet, I would really appreciate if someone can explain me.

    Regards,

    Cecilia.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Phoenix Studio

    (@phoenixstudiodz)

    Hello thanks for reaching out to us, Check your theme default buttons style, if you don’t like it, you can these links to change the css in your template wordpress.
    Here an example of how to customise a button.
    to be able to change the style without affecting anything else you need to add “.easy-voice-mail-controls” before “button”
    example:
    This will change background color to blue
    .easy-voice-mail-controls button {
    background-color: blue;
    }

    Thread Starter cecilia10

    (@cecilia10)

    Thanks! That was really easy.

    Now I have another question. I want to use this plugin to work on contact form 7, so people have the chance to responde by voice message. The things is, I do not know how to save these recordings on the same database as my forms (Advanced CF7 DB).

    Is that possible?

    Plugin Author Phoenix Studio

    (@phoenixstudiodz)

    Hello, yes it is possible, but it will require to change your contact form 7 code.
    in case a client want to type => there will be no voice message, and in case of client want to just record voice => there will be no contact form 7 data, and you can’t force user to do both (this is from usability perspective), this mean that they need to remain separated (the two plugin in front end), but you can combine both in the admin side, where you don’t change anything in easy voice mail, and update only the admin UI of contact form 7, for front end you just past both of the shortcodes so they can be displayed in the client side. keep in mind that updating a plugin code isn’t recomended since you will lose all changes if you update it by mistake or auto-update is enabled, so I recomend to make a copy and rename the plugin before testing anything. if that wasn’t clear : you need to understand how the loop in contact form 7 work and how it pull data from database and then do the same to pull data from the voice mail table, for playback and dislay you can just copy past code from easy voice mail plugin admin code.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change the color of the buttons’ is closed to new replies.