Zen Cart Logo
Forums / Templates, Stylesheets, Page Layout / Eliminating certain sidebox borders

Eliminating certain sidebox borders

Locked

Views: 1,180

Results 1 to 2 of 2
This thread is locked. New replies are disabled.
26 Nov 2007, 6:06 PM
#1
tig avatar

tig

Zen Follower

Join Date:
Apr 2006
Location:
Lansing, MI
Posts:
123
Plugin Contributions:
0

Eliminating certain sidebox borders

I have the following box (it's the verified PayPal sidebox) on a store that I'm building for a person:

<!--// bof: paypallogo //-->
<div class="rightBoxContainer" id="[b]paypallogo[/b]" style="width: 150px">
<h3 class="rightBoxHeading" id="paypallogoHeading">Paypal Verified Seller</h3>
<div id="paypallogoContent" class="sideBoxContent">
<div class="wrapper">
<center>
<!-- Begin Official PayPal Seal -->
<a target="_blank" href="https://www.paypal.com/verified/pal=*********"><img src="includes/templates/template_default/images/verification_seal.gif" alt="Click to Verify" title=" Click to Verify " width="100" height="100" /></a>
<!-- End Official PayPal Seal -->
</center></div>
</div></div>
<!--// eof: paypallogo //-->

If I want to take the border off of just this box then would I do something like:

#paypallogo {
  background: transparent;
  border: 0px;
}

Or do I have to do something different?

27 Nov 2007, 2:09 PM
#2
tig avatar

tig

Zen Follower

Join Date:
Apr 2006
Location:
Lansing, MI
Posts:
123
Plugin Contributions:
0

Re: Eliminating certain sidebox borders

That did it. Nevermind.