-
Author
-
March 30, 2016 at 15:57 #113517gralmyParticipant
I’ve tried everything and I can’t get the color to change in an S2Member form. S2Member says it’s a theme option. I’ve tried every css trick I know, to no avail.
Attachments:
You must be logged in to view attached files.March 30, 2016 at 18:41 #113621RaduModeratorHi,
Please provide url to the form to take a look
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 30, 2016 at 19:19 #113639RaduModeratorWhat do you want to change ? the placeholder color that light grey ? first name , email etc ?
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 30, 2016 at 19:22 #113640gralmyParticipantyes, the placeholder color to the same as the Zip Code. the zip code is a custom field, that’s why it’s darker, I guess. I swear I have tried every css class! inline in the input code, general css, etc.
March 30, 2016 at 19:33 #113644RaduModeratorHi,
USe these and play and adapt for your needs
COPY CODE.s2member-pro-paypal-form-div input[type="text"]::-webkit-input-placeholder {color:red;} .s2member-pro-paypal-form-div input[type="email"]::-webkit-input-placeholder {color:red;} div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input::-webkit-input-placeholder { /* Safari, Chrome and Opera */ color: orange !important; } div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input:-moz-placeholder { /* Firefox 18- */ color: orange !important; } div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input::-moz-placeholder { /* Firefox 19+ */ color: orange !important; } div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input:-ms-input-placeholder { /* IE 10+ */ color: orange !important; } div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input::-ms-input-placeholder { /* Edge */ color: orange !important; } div.s2member-pro-paypal-form-section>div.s2member-pro-paypal-form-div input:placeholder-shown { /* Standard one last! */ color: orange !important; }
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionMarch 30, 2016 at 19:47 #113648gralmyParticipantyou rock! thanks so much. I must be an idiot.
thanks again!
March 30, 2016 at 20:57 #113671RaduModeratorYou’re welcome
Have a nice week
Cheers
Radu
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
Viewing 8 posts - 1 through 8 (of 8 total)
The forum ‘KLEO’ is closed to new topics and replies.