Home Forums WoodMart support forum Button color/style in popup

Button color/style in popup

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #648544

    supergap
    Participant

    Hi,
    I’m using your wonderful ‘button with popup’.
    I’m also trying top set every buttons in the site keeping the same style.
    Now, in popup I’m not able to set the same button style.
    Looking in the HTML code of your ‘alternative’ form, I can see that the div style for button is ‘class:btn-color-black’
    I would like that the button takes style from theme setting as all the buttons in the site (in my case square and green). But the result is not what I prefer. Probably I’ve use a different class…but which one?
    Thanks a lot
    But I don’t know where I can take the right class and if it can work in the Contact Form7 form.

    Attachments:
    You must be logged in to view attached files.
    #648690

    Artem Temos
    Keymaster

    Hello,

    Please provide us with your admin access so we can log in and check this on your end.

    Thank you in advance.

    #648696

    Artem Temos
    Keymaster

    Hello,

    Actually we got your website access from previous topics. It looks like that because of the checkbox that makes it disabled/enabled. Here is a video https://monosnap.com/file/CXaxSuwOppd9fETE4BxNswYjHwKGYf

    If you want to remove the opacity from disabled button you can use the following CSS code

    .wpcf7 .wpcf7-submit[disabled] {
    	opacity: 1 !important;
      	cursor: pointer !important;
    }

    Kind Regards

    #648698

    supergap
    Participant

    HI,
    thanks a lot.
    I think I will remove this option using your code.
    I understand why it was created but to be honest, I was the first I didn’t notice the feedback the button.
    Thanks a gain

    #648802

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

Tagged: 

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Button color/style in popup’ is closed to new replies.