You are here:  » Borderless cta button?

Support Forum



Borderless cta button?

Submitted by marco@flapper on Mon, 2010-12-06 08:30 in

I've included a call to action button in prices.php:

I noticed the button has a border around it. So I tried to modify the default.css by adding a border-style:
.call_to_action:hover img { background: #ff6600; border-style: none;}

But this didn't work. What is the way to do it in CSS?

Submitted by support on Mon, 2010-12-06 09:10

Hi Marco,

Make sure that your IMG tag has border='0 wherever it's a link - that should do it!

Cheers,
David.
--
PriceTapestry.com

Submitted by marco@flapper on Fri, 2010-12-10 08:38

thanks