Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › estore- how do i change font color in the stylish squeeze form
Tagged: customization, Font, squeeze form
- This topic has 8 replies, 3 voices, and was last updated 12 years, 1 month ago by chagler. 
- 
		AuthorPosts
- 
		
			
				
September 5, 2013 at 8:58 pm #9639chagler MemberI am using the eStore Stylish Squeeze Form Addon. In the squeeze form where they fill out their name and email the font is very light grey, barely readable. How do I change that to a standard black? September 6, 2013 at 12:52 am #57633admin KeymasterPlease post a link to the page where you have the stylish squeeze form. It will help me see if the font color is being interfered by your theme’s CSS. Then I will be able to give you more help. September 6, 2013 at 5:41 pm #57634chagler MemberSure thing: [http://lomobimarketing.com/googleplus/] (Note: link no longer valid) September 7, 2013 at 1:30 am #57635Peter MemberHi, Put the following code in your wp_eStore_custom_style.css file which can be found in the eStore plugin directory which has the following name wp-cart-for-digital-products: .eStore_ssf_template_2_name_input {
 color: #575757;
 }September 7, 2013 at 10:10 pm #57636chagler MemberI’m fairly new to WP, can you explain that a little please? September 8, 2013 at 1:51 am #57637Peter MemberHere are some steps you can follow: 1) Use an FTP program to log into your site and traverse to the following directory: wp-content/plugins/wp-cart-for-digital-products 2) Then FTP the wp_eStore_custom_style.css file from your host to your computer. 3) Once the above file is on your computer, open it using a text (or code) editor. 4) Paste the CSS code I submitted in my previous response into the file. 5) Save the file and FTP it back to your host to the same directory you got it from. Alternatively, if your theme has an option that allows you to add custom CSS tweaks for your site then you can use that option too. September 8, 2013 at 6:54 pm #57638chagler MemberOk, that worked for the “name” field but not the “email” field. I tried changing your code by replacing name with email but that did noting. What can I do for that field? Thank you for your help! September 8, 2013 at 11:00 pm #57639Peter MemberOk that’s easy to do. Replace the code I gave you earlier with this one: .eStore_ssf_template_2_name_input, .eStore_ssf_template_2_email_input {
 color: #575757;
 }September 9, 2013 at 12:17 am #57640chagler MemberThat worked. Thanks a lot, you’re awesome! How did you even know that? 
- 
		AuthorPosts
- You must be logged in to reply to this topic.