Results 1 to 5 of 5
  1. #1
    Join Date
    Jul 2009
    Posts
    84
    Plugin Contributions
    0

    help question remove borders from sidebox's

    hey,

    Just wondering if someone can tell me how to remove all the borders from the sidebox's and what files to edit ?

    Thanks

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: remove borders from sidebox's

    Most styling is done in /includes/templates/your_template/css/stylesheet.css. You seldom need to edit PHP files.

    Look for
    .leftBoxContainer, .rightBoxContainer {}

  3. #3
    Join Date
    Jul 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: remove borders from sidebox's

    Quote Originally Posted by gjh42 View Post
    Most styling is done in /includes/templates/your_template/css/stylesheet.css. You seldom need to edit PHP files.

    Look for
    .leftBoxContainer, .rightBoxContainer {}
    hey!

    Thanks for the response, i am in my stylesheet.css and found what you suggested and here is a copy of mine


    as you can see there is no mention of border width etc

    .leftBoxContainer, .rightBoxContainer {
    background-image:url(../images/box001.gif);
    background-repeat: repeat-y;
    margin-top: 0px;
    }


    so i tried to edit this into it to see if it would help

    .leftBoxContainer, .rightBoxContainer {
    background-image:url(../images/box001.gif);
    background-repeat: repeat-y;
    margin-top: 0px;
    border: none;
    }

    and still didnt help, not sure if i entered it in correctly or not. But just trying to give it ago to get rid of the sidebox borders they look extremely ugly, you can click here for my store if you need to. Any more advice would be appreciated as always.

    Thanks in advance

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: remove borders from sidebox's

    Your template uses background images for the border lines. Odd choice, but effective.
    Code:
    .leftBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-image:url(../images/box000.gif);
    	background-repeat: no-repeat;
    	padding: 20px;
    	}
    .leftBoxContainer, .rightBoxContainer {
    	background-image:url(../images/box001.gif);
    	background-repeat: repeat-y;
    	margin-top: 0px;
    	border: none;
    	}
    
    .sideBoxContent {
    	background-image:url(../images/box002.gif);
    	background-repeat: no-repeat;
    	
    	font-size: 11px;
    	color: #000000;
    	line-height: 125%;
    	background-position:bottom;
    	padding-top: 5px;
    	padding-left: 20px;
    	padding-right: 20px;
    	padding-bottom: 25px;
    	}

  5. #5
    Join Date
    Jul 2009
    Posts
    84
    Plugin Contributions
    0

    Default Re: remove borders from sidebox's

    Quote Originally Posted by gjh42 View Post
    Your template uses background images for the border lines. Odd choice, but effective.
    Code:
    .leftBoxHeading, .rightBoxHeading {
    	margin: 0em;
    	background-image:url(../images/box000.gif);
    	background-repeat: no-repeat;
    	padding: 20px;
    	}
    .leftBoxContainer, .rightBoxContainer {
    	background-image:url(../images/box001.gif);
    	background-repeat: repeat-y;
    	margin-top: 0px;
    	border: none;
    	}
    
    .sideBoxContent {
    	background-image:url(../images/box002.gif);
    	background-repeat: no-repeat;
    	
    	font-size: 11px;
    	color: #000000;
    	line-height: 125%;
    	background-position:bottom;
    	padding-top: 5px;
    	padding-left: 20px;
    	padding-right: 20px;
    	padding-bottom: 25px;
    	}
    wow, that worked perfectly! thanks again for your response! now the gf is off my back about it haha thanks again your a legend

 

 

Similar Threads

  1. v150 Remove Sidebox from Banner
    By bromleysid in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Jun 2012, 01:40 PM
  2. Remove Images from Reviews Sidebox
    By troutette in forum Addon Sideboxes
    Replies: 0
    Last Post: 31 Aug 2007, 02:49 PM
  3. Remove subcategories from the sidebox
    By SirBuck in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 May 2007, 03:07 AM
  4. remove search header from sidebox
    By SysFix in forum General Questions
    Replies: 17
    Last Post: 25 Sep 2006, 09:03 PM

Bookmarks

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
Zen-Cart, Internet Selling Services, Klamath Falls, OR