- This topic has 2 replies, 3 voices, and was last updated 14 years, 2 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 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 › Add To Cart Button appearance
Hi there
I’ve created my own themed Add To Cart button image. I edited the settings so that the button appears on my product pages. So far so good. But on the pages where I see the button, there is an outline and it appears to have the same color background as one of the page elements. I’d like for the button to simply appear on the page with no frame.
Is there a way to accomplish this?
Site is http://www.GooberGuides.com/wpgg if you want to see what the button looks like and have a visual for what I’m talking about.
Thanks… Rick
http://www.htmliseasy.com/table_tutor/picture_frames.html
I think maybe the frame is being added by your WP theme.
Hi, It looks like the border is coming from the following file:
http://gooberguides.com/wpgg/wp-content/themes/constructor/cache/style1.css?ver=3.0.1
From this CSS code:
textarea {
background-color:#5D6163;
border-color:#AAAAAA;
color:#333333;
}