Text colour on placeholders - Post ID...

User 187934 Photo


Senior Advisor
20,181 posts

Paste this into the head of your page. Right above the </head> tag.
Alter to your need.
<style>
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
color: pink;
}
:-moz-placeholder { /* Firefox 18- */
color: pink;
}
</style>

You may need to add !important to the attributes in order to override default styling built into the frame work.
color: pink!important;
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 3043016 Photo


Registered User
6 posts

tried every combination of diffrent colours and several with !important put in but still no luck i bet its something easy and i just cant see it lol got any other work arounds going :)
User 122279 Photo


Senior Advisor
14,447 posts

I think you need to have a space between 'pink' and '!important'.
Ha en riktig god dag!
Inger, Norway

My work in progress:
Components for Site Designer and the HTML Editor: https://mock-up.coffeecup.com


User 3043016 Photo


Registered User
6 posts

tried that as well (didn't work)
User 2699991 Photo


Registered User
4,782 posts
Online Now

robert graham wrote:
tried that as well (didn't work)


so show us the code as you have put it into the header
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://alphathemes.coffeecup.com/forms … an%281%29/
User 187934 Photo


Senior Advisor
20,181 posts

Share a link to the page so we can diagnose. Might need to use an ID in the targeting.
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 3043016 Photo


Registered User
6 posts

that's the link to my form - https://www.bng59.com/Pick2Numbers.html
User 187934 Photo


Senior Advisor
20,181 posts

Perhaps
<style>
#docContainer ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
color: pink;
}
#docContainer ::-moz-placeholder { /* Firefox 19+ */
color: pink;
}
#docContainer :-ms-input-placeholder { /* IE 10+ */
color: pink;
}
#docContainer :-moz-placeholder { /* Firefox 18- */
color: pink;
}
</style>
I can't hear what I'm looking at.
It's easy to overlook something you're not looking for.

This is a site I built for my work.(RSD)
http://esmansgreenhouse.com
This is a site I built for use in my job.(HTML Editor)
https://pestlogbook.com
This is my personal site used for testing and as an easy way to share photos.(RLM imported to RSD)
https://ericrohloff.com
User 3043016 Photo


Registered User
6 posts

it didnt work but i will have another go tomorrow.....time for sleep.
enjoy your day :) (and thanks for the help)
User 2699991 Photo


Registered User
4,782 posts
Online Now

robert graham wrote:
it didnt work but i will have another go tomorrow.....time for sleep.
enjoy your day :) (and thanks for the help)


surely that code has to go in the header of the html-element for the form, not on the page header
Mastering The Understanding With Hands-On Learning
NEW TO "COFFEECUP SITE DESIGNER" FOUNDATION 6 FRAMEWORK?
STUCK ON SOMETHING?

LEARNING & UNDERSTANDING "THE HOW TO"? THE WHY'S & THE WHEREFORE'S?
WITH WAYAN'S STEP BY STEP TUTORIALS
Contact Me For One To One Assistance
https://alphathemes.coffeecup.com/forms … an%281%29/

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.