X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Help Removing Borders! (https://forum.x-cart.com/showthread.php?t=68879)

jo_Z13 03-17-2014 12:29 PM

Help Removing Borders!
 
I just want to remove the black lines around the search bar and around the category box in the middle of the page. Any ideas if this is an image or in the css? Help with the names I should be looking for would be fantastic, thanks!

http://www.zadwholesalejewelry.com/

chamberinternet 03-18-2014 04:36 AM

Re: Help Removing Borders!
 
You'll have to alter the following items in your CSS.

Black Lines Around Search Bar:

HTML Code:

/**
 * header line 2
 */
#header .line2 {
  position: relative;
  width: 100%;
  border: none;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  background-color: #F3F3F4;
  height: 23px;
  color: #451300;
}


Category Box

HTML Code:

/**
 * Dialog container
 */
.dialog {
  border: 1px solid #000000;
  padding: 0;
  margin: 0 0 30px;
  page-break-inside: avoid;
}


HTH


All times are GMT -8. The time now is 03:12 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.