Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2008
    Posts
    19
    Plugin Contributions
    0

    Default can I remove the boxes from the sidebox?

    hello all

    I would like to keep my sideboxes but just remove the border is this possible?

    I used a photo editer to kinda give the idea of what im talking about.

    thanks
    Attached Images Attached Images  

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: can I remove the boxes from the sidebox?

    Find this in stylesheet.css:

    .leftBoxContainer, .rightBoxContainer {
    margin: 0em;
    border: 1px solid #9a9a9a;
    border-bottom: 5px solid #336633;
    margin-top: 1.5em;
    }


    I usually change the number before the px to 0 rather than commenting out or removing the 'border' lines, so:

    .leftBoxContainer, .rightBoxContainer {
    margin: 0em;
    border: 0px solid #9a9a9a;
    border-bottom: 0px solid #336633;
    margin-top: 1.5em;
    }

  3. #3
    Join Date
    Mar 2008
    Posts
    19
    Plugin Contributions
    0

    Default Re: can I remove the boxes from the sidebox?

    thank you just what i was looking for

 

 

Similar Threads

  1. how can I remove the logo "Computer store the.." from the header and put my own.
    By fkalanda in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 29 Jul 2013, 09:23 PM
  2. Can't access the layout boxes controller page from the admin menu
    By ssailer in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Nov 2011, 06:21 PM
  3. Can I remove the link from the main header logo?
    By jaz1974 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 8 Jan 2009, 10:24 PM
  4. How can i remove the categories from the main page?
    By boinkit in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 8 Feb 2008, 11:19 AM
  5. Replies: 2
    Last Post: 12 Sep 2007, 05:34 AM

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