- This topic has 1 reply, 2 voices, and was last updated 11 years, 4 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP eStore Forum › WP eStore Troubleshooting › estore – add to cart words are blurry?
Tagged: add to cart button, words blurry, WP eStore
site: [http://www.greenlifewellness.com/shop-products/]
all buttons look blurry and I can not figure out how to fix it.
Hi, The issue is coming from your theme. Your theme has specified all inputs to be blurry (which is a little strange). I can see the following CSS attributes defined in the style.css file which is whats making the button blurry:
input, select, textarea, a.search-button span
{
text-shadow: 1.4px 1.4px 0 rgba(23, 23, 23, 0.82);
}
You can remove that line or try the following option:
Instead of using a plain button, you can use a custom button image which should solve the issue. This post will explain how to use a custom button image