Md. Elias

Hello, Thanks for visiting my profile.Web developing is not only a job but also a passion for me and always will be. I am working with designing and developing Since 2011 on upwork.com I love to write blogging. How To Online Tips is my site where i write blogging regularly. Thanks, Md. Elias

How to Replace “Choose an option” with Attribute name in variation select menu in WooCommerce

In woocommerce, the product attributes used for variations will display as a select menu in product page. For example, if I had created an attribute named ‘Size’ and used it for variation, then a ‘Size’ select menu will appear in the product page containing attribute values (or configured terms) as options for a customer to …

How to Replace “Choose an option” with Attribute name in variation select menu in WooCommerce Read More »

Easily Style Your Placeholder Text

Placeholder text in inputs has (in the browsers implementing it so far) a light gray color. To style it, you’ll need vendor prefix CSS properties. ::-webkit-input-placeholder { color: red; } :-moz-placeholder { /* Firefox 18- */ color: red; } ::-moz-placeholder { /* Firefox 19+ */ color: red; } :-ms-input-placeholder { color: red; }   The ::placeholder selector …

Easily Style Your Placeholder Text Read More »