ftb
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7: How to style "choose file" button?Hello Arvind,
Thank you for your answer.
To me your button looks different.
But my form isn’t online…so I am not sure how to show you.
Basically I have been changing the CSS for one of my forms, and so it changed the submit button perfectly.
Now for some reason it didn’t work for my second form.
I can show you what I put in the CSS maybe? Would that help?Forum: Plugins
In reply to: [Contact Form 7] Contact form 7: How to style "choose file" button?Hello Arvind.
Could I then use a roll-over image as well? That would work if I could do that.
Did you do that in the CSS page?Cheers!
Forum: Fixing WordPress
In reply to: How to add an image to my weird footer?You’re welcome! ??
Forum: Fixing WordPress
In reply to: How to add an image to my weird footer?Thank you very much for your help!
Forum: Fixing WordPress
In reply to: How to add an image to my weird footer?#footer {
background: url(‘images/footer.png’);
background-repeat: repeat;
clear: both;
width: 100%;
}Forum: Plugins
In reply to: [Contact Form 7] Contact form 7: How to style "choose file" button?ok thank you. i will try to figure it out then (unless someone has an idea which would be really helpful, especially regarding the submit button design)…
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7: How to style "choose file" button?Thank you very much Buzztone for your interesting answer.
It worked! Now the only things is that I’d want to change 3 things:
– the button color
I tried with the following code unsuccessfully:
#wpcf7-f482-t1-o1 .wpcf7-form .contact-submit input { width: 100px; height: 30px; background-color: #999999; font-size: 13px; color: #fff; border: 1px solid #fff; border-radius: 7px; }
I am probably missing something because the ID of the form is correct and the change button code is correct as well but the mix of both didn’t work.
– the length of the fields
(No slight idea how to do that…)
– the inside color of the fields
If you have the patience to explain that to me I’ll do my best to try to understand.
Thank you!
ps: And I am sorry not to be able to post a link to my form as it is currently under maintenance mode.
Forum: Plugins
In reply to: [Contact Form 7] Contact form 7: How to style "choose file" button?Thank you busstone for your kind answer.
Unfortunately I tried that and it didn’t work. No change.
I’m noticing that I didn’t use the “.wpcf7” for the change on the “submit button”. I wonder if that means anything to you.
I am clueless myself.Cheers!
Forum: Fixing WordPress
In reply to: Contact form 7: How to style "choose file" button?yeah will try. thanks!
Forum: Fixing WordPress
In reply to: Contact form 7: How to style "choose file" button?Oh…:( That’s bad news.
So you’re saying there is no solution to this problem?Forum: Fixing WordPress
In reply to: Contact form 7: How to style "choose file" button?Hi Fabiana,
Thank you for your reply.
My website is currently in maintenance mode so I can’t really show you.
But the contact form 7 is building forms and one of the options for building this form is to add an “attach file” button.So I did.
Now I would just like to modify the way it looks.The code pasted above is the code I used to modify the submit button on the same form (in my own css).
I hope this info could help you to help me.
Thank you
Forum: Fixing WordPress
In reply to: Contact form 7: How to style "choose file" button?..
Forum: Plugins
In reply to: How to modify a button link in eshop?thanks a lot. working just fine.