You are here: Home
Support site for Tips and Tricks HQ premium products
Ok hehe, I figured it out, here is the code to add for anyone else who sees this:
input[class*=”eStore_button”]{
border: none;
}
Just had to try a little harder.
Thank you for the help.
Thank you for your reply.
I undid my original changes, and if you will look at my site again you will see the “Add to Cart” image and search box now both have the border again. I’m not skilled with HTML/CSS. Is there a specific piece of code I can change or add into my style.css file that will remove the border from the “Add Cart” buttons?
sorry, right here:
[http://tinyurl.com/mhxhswq]
The product search box is at the top of the “central” part of the page, but the border is invisible. This was a side-effect of turning off the border for <input> tags in CSS. I originally did that because my “Add to Cart” buttons all had borders (because they were also <input>s).