Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2006
    Location
    Lansing, MI
    Posts
    147
    Plugin Contributions
    0

    Default 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:

    Code:
    <!--// bof: paypallogo //-->
    <div class="rightBoxContainer" id="paypallogo" 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:

    Code:
    #paypallogo {
      background: transparent;
      border: 0px;
    }
    Or do I have to do something different?

  2. #2
    Join Date
    Apr 2006
    Location
    Lansing, MI
    Posts
    147
    Plugin Contributions
    0

    Default Re: Eliminating certain sidebox borders

    That did it. Nevermind.

 

 

Similar Threads

  1. remove borders from sidebox's
    By devinej1 in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 10 Oct 2009, 09:10 AM
  2. Eliminating low-order fee for certain products
    By bblinn in forum Discounts/Coupons, Gift Certificates, Newsletters, Ads
    Replies: 6
    Last Post: 14 Nov 2008, 02:42 PM
  3. Sidebox Borders in Simple_Zen
    By misticjeff in forum Addon Templates
    Replies: 3
    Last Post: 9 Oct 2006, 07:15 AM
  4. Eliminating some New Products from New Product Sidebox
    By Peace Freak in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 3 Sep 2006, 05:22 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg