• estudi33

    (@estudi33)


    Hi,
    I have a pair of questions:

    1) How can I stylizing the submit button? I want to change the colour and size text, background colour… I’ve trying putting some codes in “Custom Css” but did’n work.

    2) Email and name icons not showing in form. How can I fix this?

    Thank you for your help!!

    Best regards,
    Vanessa

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    1) How can I stylizing the submit button? I want to change the colour and size text, background colour… I’ve trying putting some codes in “Custom Css” but did’n work.

    Using CSS code. Put it in Dashboard > Comments > Settings > Styles admin page “Cusom CSS Code textarea”. Delete all cache and do CTRL+F5 on front end before checking. If it doesn’t help add !important statment to your CSS code and do the same.

    2) Email and name icons not showing in form. How can I fix this?

    Delete cache and do Ctrl+F5 on front-end. Make sure the “Disable font awesome css loading” option is unchecked in Comments > Settings > Styling admin page.

    Thread Starter estudi33

    (@estudi33)

    Thank you for your help!!

    1) Solved.

    2) I deleted cache and do Ctrl+F5. “Disable font awesome css loading” is unchecked but the icons are not showing.

    Plugin Author gVectors Team

    (@gvectors-team)

    2) I deleted cache and do Ctrl+F5. “Disable font awesome css loading” is unchecked but the icons are not showing.

    Please navigate in Dashboard to Comments > Settings > Styling admin page and put this CSS code in “Custom CSS Code” textarea. Then delete all caches, purge CDN(if you have) and to Ctrl+F5 on front-end:

    
    #wpcomm .wc-form-wrapper .wpd-field-icon{color:#444;}
    
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A pair of questions (submit button and icons)’ is closed to new replies.