Comments on: Completely disable the Transfer form CSS styling https://mycred.me/tutorials/disable-the-transfer-form-css-stylin/?utm_source=rss&utm_medium=rss&utm_campaign=disable-the-transfer-form-css-stylin Free WordPress Reward, Badge, Loyalty & Points Management Plugin Tue, 22 Mar 2022 14:57:16 +0000 hourly 1 https://wordpress.org/?v=6.6.1 By: Gabriel Merovingi https://mycred.me/tutorials/disable-the-transfer-form-css-stylin/#comment-62114 Thu, 27 Feb 2014 15:28:33 +0000 https://devstages.wpengine.com/?post_type=tutorial&p=463#comment-62114 In reply to Marco.

The code snippet goes in your themes functions.php file.
When it comes to CSS styling, I recommend that you inspect the element via your browser and see what styling is applied to the element.

]]>
By: Marco https://mycred.me/tutorials/disable-the-transfer-form-css-stylin/#comment-62113 Thu, 27 Feb 2014 13:20:14 +0000 https://devstages.wpengine.com/?post_type=tutorial&p=463#comment-62113 Hi Gabriel,

Could you please help me to understand where I need add the code above?
I would like to increase the width of the optional message box.

I tried adding .mycred-transfer-cred-wrapper ol li input[type=”text”] {
width: 99%;
}
in Simple Custom CSS (a plugin to customize your CSS) but it didn’t work.
I tried adding your code to style.css but it didn’t work.
Thanks

]]>