Before you ask please READ THIS

Contact 7 Form - change of button

Hi there,

I want to change the button of the 'contact 7 form', but don't know how to get this from 'blue' to 'black' and from 'round' to 'rounded'. I did the update btw ;-)

Thx for your help!
Anneleen
Schermafbeelding 2016-12-06 om 14.09.14.png
1680 x 1050 - 205K

Comments

  • Posts: 1,758
    Could you please provide an url to your website?
    Remember to rate our theme if you like it ;)
    All the Best.
  • www.cute.solutions
  • It's the 'meet us' page.
  • edited December 2016 Posts: 1,758
    to reduce roundness reduce 20px to 5px (or another value), use this definition in Customizing >> Custom CSS :
    
    input[type="submit"] {
      border-radius: 20px;
      }
    rest is to be set in Customizing >> General settings >> Buttons
    Post edited by surgeon on
    Remember to rate our theme if you like it ;)
    All the Best.
  • Thx! ok, so now I could change the 'roundness', but the color of the button still is blue when hovering... I already changed the buttons 'general settings' to different colors (check attachment), but it didn't change. Can you help me out again? thx! (in return I will give you a good rating of your theme :-)
    Schermafbeelding 2016-12-08 om 16.17.52.png
    2560 x 1600 - 2M
  • AirAir
    Posts: 10,970
    CUTE_Anneleen said: in return I will give you a good rating of your theme
    LOL, like we wouldn't deserve it otherwise ;-)

    Could you post live link to page where it happens so we could investigate?

    With kind regards.

  • It's on this page: http://www.cute.solutions/lets-meet-2/
    & this one: http://www.cute.solutions/pages-overview/

    Right now, the submit/send button are blue when hovering, but I want them magenta (#dc0067) or just white/a lighter grey.
    Thx :)
  • AirAir
    edited December 2016 Posts: 10,970
    I see where is the problem. Please set again color for hover color, cause now color set looks like this in CSS background-color: rgba(0,0,,1); and this code has error(lack of one number). There is a chance that you removed it accidentally.

    With kind regards.
    Post edited by Air on
  • :-) Thank you! It works!
Sign In or Register to comment.