Going to use Inquiry Form with background color match to Inout field placeholder text and Placeholder text not visible to your visitor when they visit site and fill up form. using below css class attribute you can change input field placeholder text color according your need. .ptcgreen::-webkit-input-placeholder { color: green; } .ptcgreen:-moz-placeholder { color: green;… Continue reading change Placeholder text color by CSS class
Category: CSS3
CSS Image sprites – Importance – How to create and 10 recommended CSS sprite generators
What is CSS Sprite ? In Css Sprite case The Sprite world is quite misleading because here sprite is not in mean of a small picture, but it’s for a one big image. You’ve probably seen that CSS technique where a button image change on hover within the same image shifted by background-position. CSS-Sprites extend… Continue reading CSS Image sprites – Importance – How to create and 10 recommended CSS sprite generators
How to check WordPress theme is Responsive or Not?? in Chrome & Mozilla
Responsive Web design is the approach that suggests that design and development should respond to the user’s behavior and environment based on screen size, platform and orientation. In other words, Responsive Web design is a collection of techniques Such as media queries, fluid grids and fluid images, which aim to provide the optimal viewing experience… Continue reading How to check WordPress theme is Responsive or Not?? in Chrome & Mozilla