Thread: productos msj

Results 1 to 9 of 9
  1. #1
    Join Date
    Dec 2014
    Location
    uruguay
    Posts
    65
    Plugin Contributions
    0

    Default productos msj

    I want to remove products Bestsellers

    Click image for larger version. 

Name:	zc.jpg 
Views:	82 
Size:	49.1 KB 
ID:	15517

    and also i want to delete the amount of product

  2. #2
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: productos msj

    Quote Originally Posted by pixel1987 View Post
    I want to remove products Bestsellers
    Go to 'Tools->Layout Boxes controller' - Set the status to 'OFF'. (for the best sellers sidebox)

    Quote Originally Posted by pixel1987 View Post
    and also i want to delete the amount of product
    configuration->store->Show Category Counts - set to 'false'

    Cheers
    RodG

  3. #3
    Join Date
    Dec 2014
    Location
    uruguay
    Posts
    65
    Plugin Contributions
    0

    Default Re: productos msj

    Thanks it worked to remove products Bestsellers , but the number of products that do not want to appear

    Click image for larger version. 

Name:	remove.jpg 
Views:	33 
Size:	58.8 KB 
ID:	15519

    i wanto to remove this
    Click image for larger version. 

Name:	remove2.jpg 
Views:	17 
Size:	48.2 KB 
ID:	15520

  4. #4
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: productos msj

    admin > catalog > Product Types > general > at right "edit layout" > Show Quantity in Stock > set to "0"

  5. #5
    Join Date
    Dec 2014
    Location
    uruguay
    Posts
    65
    Plugin Contributions
    0

    Default Re: productos msj

    Quote Originally Posted by RodG View Post
    admin > catalog > Product Types > general > at right "edit layout" > Show Quantity in Stock > set to "0"
    never mind that the stock thanks,
    To move these texts corner
    Click image for larger version. 

Name:	zc2.jpg 
Views:	20 
Size:	19.1 KB 
ID:	15524

  6. #6
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: productos msj

    Quote Originally Posted by pixel1987 View Post
    To move these texts corner
    Click image for larger version. 

Name:	zc2.jpg 
Views:	20 
Size:	19.1 KB 
ID:	15524
    This will be specific to what ever template you are using and will probably require a change to one of the .css files.

    I/we will need a link to your store to give you a solution for this.

    Cheers
    RodG

  7. #7
    Join Date
    Dec 2014
    Location
    uruguay
    Posts
    65
    Plugin Contributions
    0

    Default Re: productos msj

    my page www.promat.com.uy

    This is the file for editing, but where in the code: stylesheet.css
    /**
    * Main CSS Stylesheet
    *
    * @package templateSystem
    * @copyright Copyright 2003-2005 Zen Cart Development Team
    * @copyright Portions Copyright 2003 osCommerce
    * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
    * @version $Id: stylesheet_new.css 3286 2006-03-28 01:14:04Z drbyte $
    */

    body {
    color:#0080FF;
    font: 12px arial, sans-serif;
    background-color:#084B8A;
    margin:0 15px;
    /*
    background-image: url("../images/bodybg.jpg");
    background-repeat: repeat-x;
    */

    }

    #mainWrapper {
    text-align: left;
    vertical-align: top;
    overflow: hidden;
    width:1030px; /* sets the width of the store */
    background-color:#f5f5f5; /* gives the store a white background */
    }


    a img {border: none; }

    .smallProductImage img {
    margin-right: 6px;
    }

    a:link {
    color:#167A95;
    text-decoration:none;
    font-weight:normal;
    }

    a:visited {
    color:#167A95;
    text-decoration:none;
    font-weight:normal;
    }

    a:hover {

    color:#C41200;

    }


    h1 {

    font-size: 1.4em;
    /* color:#68962A; */
    }
    h2 {

    font-size: 1.3em;
    /* color:#68962A; */
    }
    h3 {

    font-size: 1.2em;

    }

    h4, h5, h6, LABEL, h4.optionName, LEGEND, ADDRESS, .sideBoxContent, .larger{
    font-size: 1.1em ;

    }


    .biggerText {
    font-size: 1.2em;
    }

    h1, h2, h3, h4, h5, h6 {
    margin: 0.3em 0.3em 0.3em 0;
    color: #575757;
    }

    CODE {
    font-family: arial, verdana, helvetica, sans-serif;
    font-size: 1em;
    }
    FORM, SELECT, INPUT {
    display: inline;
    font-size: 1em;
    margin: 0.1em;


    }
    /* ******backgd and border color for inputs and selects****** */

    select, input, textarea {

    color: #44494d;
    background-color: #fff;
    border: 1px solid #C8CECE;
    padding: 2px;
    /* vertical-align: middle; */
    }

    #tellafriendContent input {
    vertical-align: middle;
    }


    .sidesearchbtn {

    background-color: #000;
    color: #c7c7c7;
    }

    .cartQuantityUpdate input, .buttonRow input, .buttonRow2 input, .buttonRow3 input {border:none; padding:0; background:none;}

    #cartAdd input {



    }

    input[type=hidden] { display: none; }

    /* ******backgd and border color for inputs and selects****** */

    TEXTAREA {

    margin: auto;
    display: block;
    width: 95%;
    }
    input:focus, select:focus, textarea:focus {

    }
    FIELDSET {
    padding: 0.5em;
    margin: 10px;
    border: 1px solid #c8cece;
    }
    LEGEND {

    font-weight: bold;
    padding: 0.3em;
    color: #575757;
    }

    LABEL, h4.optionName {
    line-height: 1.25em;
    padding: 0.1em;
    }

    LABEL.checkboxLabel, LABEL.radioButtonLabel {
    font-size: 0.95em;
    margin: 0.2em 0.5em;
    }

    #logo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .centerBoxContentsAlsoPurch, .attribImg {
    float: left;
    }

    LABEL.inputLabel {
    /* font-size: 12px; */
    width: 10em;
    float: left;
    }

    LABEL.inputLabelPayment {
    width: 15em;
    float: left;
    }

    LABEL.selectLabel, LABEL.switchedLabel, LABEL.uploadsLabel {
    width: 12em;
    float: left;
    }

    P, ADDRESS {
    padding: 0.5em 0.5em 0.5em 0;
    }
    ADDRESS {
    font-style: normal;
    }
    .clearBoth {
    clear: both;
    }



    HR {

    height: 1px;
    margin-top: 0.5em;
    border: none;
    border-bottom: 1px solid #b7bdbd;
    }


    .sideBoxContent HR {
    border-bottom: 1px solid #e6e8e8;
    }


    /*warnings, errors, messages*/
    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    line-height: 1.8em;
    padding: 0.2em;
    border: 1px solid #000000;
    }
    .messageStackWarning, .messageStackError {
    background-color: #d80000;
    color: #ffffff;
    }
    .messageStackSuccess {
    background-color: #99FF99;
    color: #000000;
    }
    .messageStackCaution {
    background-color: #FFFF66;
    color: #000000;
    }
    /*wrappers - page or section containers*/
    #mainWrapper {

    text-align: left;
    vertical-align: top;
    }

    /* main content area */
    #contentMainWrapper {
    margin:0;

    /* background-color: #f4f4ef; */

    }



    /*
    #headerpic {
    margin:0;
    padding:0;
    width: 930px;

    }
    */

    #headerpic img{
    display: block;
    }

    #logotop {

    position: relative;
    overflow: none;
    scrolling:none ;
    border:none ;
    height: 155px;/*da el alto de la imagen del logo */
    left:-9px ;
    top: 0px;
    background-color: #ccc;
    width: 930px;
    margin: 0px;
    padding: 0px;

    }

    #logotop img{
    border: 0px;

    /*margin-top: 8px;*/

    }

    #contentMainWrapper, #logoWrapper, #cartBoxListWrapper, #ezPageBoxList, #cartBoxListWrapper ul, #ezPageBoxList ul, #mainWrapper, #popupAdditionalImage, #popupImage {
    margin: 0em;
    padding: 0em;
    }

    #headerWrapper {
    /* margin-bottom: 10px; */
    background-color: #FAFAFA;
    border:none;
    padding:0px;
    margin:0px;


    }


    #headerWrapper img{
    border: 0;
    }


    #navColumnOneWrapper, #navColumnTwoWrapper, #mainWrapper {
    margin: auto;
    }

    #sendSpendWrapper {
    border: 1px solid #cacaca;
    float: right;
    margin: 0em 0em 1em 1em;
    }

    .floatingBox, #accountLinksWrapper, #sendSpendWrapper, #checkoutShipto, #checkoutBillto, #csNotifications, #navEZPagesTOCWrapper {
    margin: 15px 0px;
    width: 46%;
    }

    .wrapperAttribsOptions {
    margin: 0.3em 0em;
    }

    /* HEADER */
    #navMainWrapper {
    position: absolute;
    color: #fff;
    top: 10px;
    right: 0px;


    }

    #navMainWrapper a:link , #navMainWrapper a:visited {
    color: #fff;
    text-decoration:none;
    }

    #navMainWrapper a:hover {
    color: #189ec2;

    }

    #headerContent {

    }




    #headerContent #logoimg {
    border: 0px;
    position: relative;
    top: 25px;
    left: 30px;
    }

    #nameWrapper {
    padding:25px 0 10px 30px;
    }

    #nameWrapper a, #nameWrapper a:visited {
    font-size:25px;
    text-decoration:none;
    color:#fff;
    font-weight:normal;
    }

    #taglineWrapper {
    font-size:20px;
    padding:10px 0 10px 60px;
    margin-top:-30px;
    color:#fff;
    }

    #navCurrenciesWrapper {
    color: #4d4d4d;
    position: relative;
    background-color: #e6e9f8;
    /* background: url("../images/menubg2.gif");
    background-repeat: repeat-x; */
    height: 35px;
    padding: 0px 0 0px 15px;
    }


    #navCurrenciesWrapper .nav_language {display:none;}
    #navCurrenciesWrapper .nav_currencies {display:none;}
    #navCurrenciesWrapper form {margin: 0px; padding:0px;}
    #navCurrenciesWrapper select, #navCurrenciesWrapper input {margin: 0px; padding:0px;}


    #navEZPagesTop {
    text-align:left;
    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    color: #515151;
    }

    #navEZPagesTop a:link, #navEZPagesTop a:visited {
    display: block;
    color:#fff;
    /* font-weight: bold; */
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    padding: 11px 25px 11px 25px;
    color: #ffffff;
    white-space: nowrap;
    background-image:url(../images/menu_a_bg.gif);
    background-repeat:no-repeat;
    background-position:right center;
    border-color:FFFF00;
    }

    /*
    #navEZPagesTop a.clrbg {background:none;}

    */





    #navEZPagesTop ul {margin:0; list-style:none; padding-left:0px;}
    #navEZPagesTop ul li {float:left; padding:0px 0 0px 0;}

    #navEZPagesTop a:hover {
    color:#e2e2e2;
    background-color: #868A90;
    }



    #topmenubar {
    background: url("../images/menubg.gif");
    background-repeat: repeat-x;
    background-color: #000000;
    height: 39px;
    }






    #indexDefaultMainContent {
    padding-left: 0px;
    }

    #indexDefaultMainContent p{
    margin:0;
    padding-bottom:10px;

    }

    #navMainSearch {
    position: absolute;
    margin:0 5px 0 0;
    top: 32px;
    right: 0px;
    }

    #navMainSearch input {

    font-size: 10px;
    }

    #categoryDescription {
    margin-left: 5px;
    }


    /*navigation*/

    .navSplitPagesResult {
    margin: 0.5em;
    font-size: 0.9em;
    }
    .navSplitPagesLinks {
    margin: 0.5em;
    font-size: 0.9em;
    }
    .navNextPrevCounter {
    margin: 0em;
    font-size: 0.9em;
    }
    .navNextPrevList {
    display: inline;
    white-space: nowrap;
    margin: 0;
    padding: 0.5em 0.2em;
    list-style-type: none;
    }

    #navMainWrapper, #navSuppWrapper, #navCatTabsWrapper {
    margin: 0em;
    font-weight: normal;
    height: 1%;
    width: 100%;
    }



    #footerhsy a:link, #footerhsy a:visited{
    color: #c9c7b6;
    text-decoration: none;

    }

    #footerhsy a:hover {
    color:#ffffff;

    }

    #footerhsy {
    background-color: #292929;

    color: #fff;
    padding-top: 0px;
    padding-bottom: 0px;
    }

    #tblfooter td.tdback {
    background-image: url(../images/footerbg.gif);
    background-repeat: repeat-x;
    }

    #tblfooter td {
    vertical-align:top;
    background-color: #404344;
    }

    #navMain {
    padding-right: 0px;
    }

    #navMain ul, #navCatTabs ul {
    margin: 0;
    padding: 2px 0px;
    list-style-type: none;
    text-align: center;
    line-height: 18px;
    }

    #navSupp ul {
    margin: 5px 0 0 0;
    padding: 2px 0px;
    list-style-type: none;
    text-align: center;
    line-height: 18px;
    }

    #navMain ul li, #navSupp ul li, #navCatTabs ul li {
    display: inline;
    white-space: nowrap;
    }


    #navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
    text-decoration: none;
    padding: 0 9px 0 5px;
    margin: 0;
    }

    #headerWrapper #navMain ul li {

    }

    #navEZPagesTOCWrapper {
    font-weight: bold;
    float: right;
    height: 1%;
    border:1px solid #dfdfdf;
    }

    #navEZPagesTOC ul {
    margin: 0;
    padding: 0.5em 0em;
    list-style-type: none;
    line-height: 1.5em;
    }
    #navEZPagesTOC ul li {
    white-space: nowrap;
    }
    #navEZPagesTOC ul li a {
    padding: 0em 0.5em;
    margin: 0;
    }

    #navCategoryIcon, .buttonRow, #indexProductListCatDescription {
    margin: 0.5em;
    }
    #navBreadCrumb {
    border-bottom:1px solid #e8e3e3;
    padding: 0px 0 5px 0;
    margin:10px 25px 10px 10px;
    }

    /*The main content classes*/
    #contentColumnMain, #navColumnOne, #navColumnTwo, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .alert {
    vertical-align: top;
    }

    #whatsNew img {
    /* border: 1px solid #e6e6e6; */
    }

    #specialsDefault img {
    /* border: 1px solid #e6e6e6; */
    }

    #whatsNew {
    padding-left: 0px;

    }


    #gvFaqDefaultMainContent {
    padding-left: 10px;
    }

    #indexProductList {
    margin: 10px;
    }

    #productGeneral {
    margin: 10px;
    /* background-color:#F8D4DA; */

    }



    #featuredProducts img {
    /* border: 1px solid #e6e6e6; */
    }

    #cartInstructionsDisplay {
    margin-left: 10px;
    }

    .important {
    margin-left: 10px;
    }

    #productAdditionalImages {
    clear: both;
    }



    #productDescription, .shippingEstimatorWrapper {
    padding: 0.5em;
    }



    .alert {
    color: #d80000;
    margin-left: 0.1em;
    font-size: 0.9em;
    }
    .advisory {}
    .important {
    font-size: 1.1em;
    }
    .notice {}
    .rating{}
    .gvBal {
    float: right;
    }

    #bannerFour, #bannerFive, #bannerSix {
    padding: 0.8em;
    }

    #bannerOne {
    padding: 0.8em 0.8em 0.1em 0.8em;
    }

    #bannerTwo, #bannerThree {
    padding: 0;
    margin: 0;
    clear:both;
    }

    #bannerSix {

    padding: 0 0.8em 0.8em 0.8em;
    }

    #bannerFive {


    }

    #bannerTwo img, #bannerThree img {
    display: block;
    vertical-align:bottom;
    }



    .smallText, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    font-size: 0.9em;

    padding-bottom: 8px;
    }

    #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {

    }

    /*Shopping Cart Display*/
    #cartAdd {
    text-align: center;
    margin: 1em 0 1em 0;

    border:1px solid #ccd3d3;
    padding: 1em;
    float:left;
    clear:right;
    margin-right: 15px;
    }

    .cartTableHeading TH {
    /* border-bottom: 1px solid #cccccc; */
    }

    .cartTableHeading, #cartSubTotal {
    background-color: #E6E8E8;
    height: 2.2em;
    }

    #cartSubTotal {
    border-top: 1px solid #d6dada;
    font-weight: bold;
    text-align: right;
    line-height: 2.2em;
    padding-right: 2.5em;
    }

    .cartProductDisplay, .cartUnitDisplay, .cartTotalDisplay, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, #cartInstructionsDisplay, .cartTotalsDisplay {
    padding: 0.5em 0em;
    }
    .cartUnitDisplay, .cartTotalDisplay {
    text-align: right;
    padding-right: 0.2em;
    }
    #scUpdateQuantity {
    width: 2em;
    }

    .cartQuantity {
    width: 4.7em;
    }

    .cartNewItem {
    color: #cbcbbf;
    position: relative;
    }

    .cartOldItem {
    color: #cbcbbf;
    position: relative;
    }

    .cartBoxTotal {
    text-align: right;
    font-weight: bold;
    }

    .cartRemoveItemDisplay {
    width: 3.5em;
    }

    #cartAttribsList {
    margin-left: 1em;
    }

    .normalprice, .productSpecialPriceSale {
    text-decoration: line-through;
    }
    .productSpecialPrice, .productSalePrice, .productSpecialPriceSale, .productPriceDiscount {
    /* color: #FDEA9F; */
    color: #C41200;
    }

    #cartBoxListWrapper ul, #ezPageBoxList ul {
    list-style-type: none;
    }

    #cartBoxListWrapper li, #ezPageBoxList li, .cartBoxTotal {
    margin: 0;
    padding: 0.2em 0em;
    }

    .totalBox {
    width: 5.5em;
    text-align: right;
    padding: 0.2em;
    }

    .lineTitle, .amount {
    text-align: right;
    padding: 0.2em;
    }

    .amount {
    width: 5.5em;
    }

    /*Image Display*/
    #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage {
    margin: 0 20px 10px 0 ;
    }

    #productMainImage a:link {
    text-decoration: none;
    }

    #productAdditionalImages a:link {
    text-decoration: none;
    }

    #productMainImage img {
    border: 1px solid #e6e5e5;
    }

    .categoryIcon {}
    #cartImage {

    margin: 0.5em 1em;
    }

    /*Attributes*/
    .attribImg {
    width: 20%;
    margin: 0.3em 0em;
    }

    .attributesComments {}

    .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew {
    margin: 1em 0em;

    }

    .centerBoxContents {
    padding: 0 5px 5px 5px;

    }


    h3.itemTitle a:link, h3.itemTitle a:visited{
    text-decoration: none;
    }

    h3.itemTitle a:hover{
    text-decoration: underline;

    }

    /* BOXES */

    #navColumnOne, #navColumnTwo {
    background-color: #e6e8e8;
    }

    .centerColumn {
    padding: 0 10px 0 10px;
    }

    .centerColumn p{
    margin: 0;
    }

    #indexDefaultHeading {
    margin: 0;
    padding:0;
    }

    #indexDefault {
    margin-top: 15px;
    }

    #loginDefault {
    padding-left: 15px;
    }


    h2.centerBoxHeading {

    font: 16px arial, sans-serif;
    font-weight: bold;
    margin: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    color:#3c3c3c;

    text-align: left;
    padding-left: 20px;
    background-image: url(../images/heading-bg.gif);

    background-position: 0px 10px;

    background-repeat: no-repeat;

    }

    h2.greeting {

    margin-top: 13px;

    }



    .centerBoxWrapper, .tabTable {
    padding: 0px;
    height: 1%; /*do not remove- IEhack*/
    margin-bottom: 1em;
    line-height:1.4;
    /* background:#f8f8f8 url('../images/content-bg.jpg') 0 28px repeat-x; */
    }

    .centerBoxWrapper {
    margin-top: 15px;

    }

    .sideBoxContent {
    padding-top:1px;
    padding-left:10px;
    padding-bottom:5px;
    padding-right:10px;

    /* background:transparent url('../images/content-bg.jpg') top center repeat-x; */
    /* line-height:10px; */

    }
    .sideBoxContentItem {margin-bottom: 7px;}
    .sideBoxContent ul {margin:0; padding:0; list-style:none;}
    .sideBoxContent ul li {background:url(../images/li_underline.gif) bottom left repeat-x; padding:2px 0px 4px;}


    .leftBoxContainer {
    /* background-color: #f3ffe7; */

    margin-top: 10px;
    margin-bottom: 0px;
    }

    .rightBoxContainer {
    /* background-color: #f3ffe7; */

    margin-top: 10px;
    margin-bottom: 0px;
    }


    #navColumnOneWrapper {
    margin-left:0px;
    margin-top:0px;
    background-color: #e6e8e8;
    color: #4b4b4b;
    }

    #navColumnTwoWrapper {
    margin-right:0px;
    margin-top:0px;
    background-color: #e6e8e8;
    color: #4b4b4b;
    }


    .leftBoxContainer a:link, .leftBoxContainer a:visited, .rightBoxContainer a:link, .rightBoxContainer a:visited {
    color: #167A95;
    text-decoration: none;
    font-size: 12px;
    padding-left: 10px;
    line-height: 18px;
    }

    .leftBoxContainer a:hover, .rightBoxContainer a:hover {
    color:#C41200;
    }


    #categories {

    }

    #categoriesHeading {

    }

    .category-top, .category-links {
    background-image: url(../images/point.gif);
    background-repeat: no-repeat;
    background-position: center left;
    }

    #navCatTabs{
    background-color: #27383F;

    }


    #navCatTabs .category-top, .category-links {
    background-image: none;

    }

    #navCatTabs a.category-top:link, #navCatTabs a.category-top:visited {
    color: #c9c9c9;
    font-weight: bold;
    }

    #navCatTabs a.category-top:hover {
    color: #fff;
    }


    #informationContent a:link, #informationContent a:visited{
    background-image: url(../images/point.gif);
    background-repeat: no-repeat;
    background-position: center left;
    }




    #moreinformationContent a:link, #moreinformationContent a:visited{
    background-image: url(../images/point.gif);
    background-repeat: no-repeat;
    background-position: center left;
    }



    #ezpagesContent a:link, #ezpagesContent a:visited{
    background-image: url(../images/point.gif);
    background-repeat: no-repeat;
    background-position: center left;
    }

    /*
    .centerBoxContentsNew a:link, .centerBoxContentsNew a:visited {

    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 14px;
    line-height: 20px;
    }
    */

    /* stupid IE 6/7 trips the front page thumbnails */
    .centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch {
    margin-left: -0.1em;
    margin-right: -0.1em;
    }


    .centerBoxContentsNew a, .centerBoxContentsFeatured a, .centerBoxContentsSpecials a {
    font-size: 12px;
    padding-left: 4px;
    padding-right: 4px;
    }

    .centerBoxContentsNew, .centerBoxContentsFeatured, .centerBoxContentsSpecials {
    font-size: 13px;
    color: #4d4d4d;
    font-weight: bold;
    }

    .rightBoxHeading, .leftBoxHeading {

    }

    h3.rightBoxHeading, h3.leftBoxHeading {
    /* background:transparent url('../images/box-title-bg.jpg') center center no-repeat; */

    margin:0;
    }

    h3 label {
    font-size:1.0em;
    }

    h3.rightBoxHeading, h3.leftBoxHeading {
    color: #3c3c3c;
    font: 14px arial, sans-serif;
    font-weight: bold;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 6px;
    padding-left: 23px;

    background-image: url(../images/heading-bg.gif);

    background-position: 5px 6px;

    background-repeat: no-repeat;

    }



    #navColumnOneWrapper h3.leftBoxHeading a:link, #navColumnOneWrapper h3.leftBoxHeading a:visited {
    color: #167A95;
    font-size: 13px;
    font-weight: bold;
    padding-left:2px;

    }

    #navColumnTwoWrapper h3.rightBoxHeading a:link, #navColumnTwoWrapper h3.rightBoxHeading a:visited {
    color: #167A95;
    font-size: 14px;
    font-weight: bold;
    padding-left:2px;


    }

    #navColumnOneWrapper h3.leftBoxHeading a:hover, #navColumnTwoWrapper h3.rightBoxHeading a:hover {
    color:#C41200;
    }


    #search {
    /* background-color: #F7DFED; */
    }

    #search input{
    font-size: 11px;
    }


    #manufacturers {
    /* background-color: #F8D4DA; */
    }


    /* PRODUCT LISTING */

    .productListing-rowheading a {
    /*
    color:#000;
    text-decoration: underline;
    */
    }

    .productListing-data a:link, .productListing-data a:visited {
    /*
    color:#000;
    text-decoration: underline;
    */
    }

    .productListing-data a:hover {
    /*
    color:#A00C32;
    text-decoration: underline;
    */
    }

    .productListing-data img {
    padding:0px;
    margin: 8px;
    }

    .listingProductImage {
    padding:0px;
    /* border: 1px solid #B7BDBD; */
    margin: 8px;
    }

    .productListing-data {
    border-top: 1px solid #B7BDBD;
    padding: 5px;

    }

    .productListing-even {
    /* background-color:#ECECEC; */

    }

    .productListing-odd {
    /* background-color:#ECECEC; */

    }

    /* PRODUCT INFO */
    #productDetailsList, #productDetailsList li {
    list-style-type:none;
    margin-left:0;
    padding-left:0;
    }

    /* FOOTER */

    #authorLink {
    text-align:center;
    font-size:.9em;
    }

    .centeredContent, TH, #cartEmptyText, #cartBoxGVButton, #navNextPrevWrapperTop, #navNextPrevWrapperBottom, #navCatTabsWrapper, #navEZPageNextPrev, #bannerOne, #bannerTwo, #bannerThree, #bannerFour, #bannerFive, #bannerSix, #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP, .center, .cartRemoveItemDisplay, .cartQuantityUpdate, .cartQuantity, .cartTotalsDisplay, #cartBoxGVBalance, .accountQuantityDisplay, .ratingRow, LABEL#textAreaReviews, #productMainImage, #reviewsInfoDefaultProductImage, #productReviewsDefaultProductImage, #reviewWriteMainImage, .centerBoxContents, .specialsListBoxContents, .categoryListBoxContents, .additionalImages, .centerBoxContentsSpecials, .centerBoxContentsAlsoPurch, .centerBoxContentsFeatured, .centerBoxContentsNew, .gvBal, .attribImg {
    text-align: center;
    }

    .navNextPrevWrapper {
    margin-bottom: 15px;
    }

    #bestsellers .wrapper {
    margin: 0em 0em 0em 1.5em;
    }

    #bestsellers ol {
    padding: 0;
    margin: 0em;
    }

    #bestsellers li {
    padding: 0;
    margin: 0em 0em 0.3em 0em;
    }

    #bannerboxHeading {
    }
    #upProductsHeading {
    text-align: left;
    }
    #upDateHeading {
    text-align: right;
    }
    /*misc*/
    .back {
    float: left;
    }

    .back1 {
    float: right;
    }


    .forward {
    float: right;
    }

    .bold {
    font-weight: bold;
    }

    .rowOdd {
    background-color: #f2f3f3;
    height: 1.5em;
    vertical-align: top;
    }

    .rowEven {
    background-color: #ebeded;
    height: 1.5em;
    vertical-align: top;
    }

    CAPTION {
    /*display: none;*/
    }

    #myAccountGen li, #myAccountNotify li {
    margin: 0;
    }

    .accountTotalDisplay, .accountTaxDisplay {
    width: 20%;
    text-align: right;
    /*vertical-align: top*/
    }

    .accountQuantityDisplay {
    width: 10%;
    vertical-align: top
    }


    #siteMapList {
    width: 90%;
    float: right;
    }

    .ratingRow {
    margin: 1em 0em 1.5em 0em;
    }

    LABEL#textAreaReviews {
    font-weight: normal;
    margin: 1em 0em;
    }

    #popupShippingEstimator, #popupSearchHelp, #popupAdditionalImage, #popupImage, #popupCVVHelp, #popupCouponHelp, #popupAtrribsQuantityPricesHelp {
    background-color: #F5F5F5;
    }

    .hiddenField {
    display: none;
    }
    .visibleField {
    display: inline;
    }




    #infoShoppingCart {
    background-image: none;
    background-color: #F5F5F5;
    }

    a:link.productListing-heading {
    text-decoration: none;
    }

    .orderHistList {
    margin:5px 5px 5px 15px;
    padding:0;
    }

    #orderhistoryContent .orderHistList li a:link, #orderhistoryContent .orderHistList li a:visited {
    margin:0;
    padding:0;
    }

    #bestsellersContent {
    margin:0px 0px 0px 10px;

    }

    #bestsellersContent li a:link, #bestsellersContent li a:visited {
    margin:0;
    padding:0;
    }

    .cartBoxCheckout a:link, .cartBoxCheckout a:visited {
    margin:0;
    padding:0;
    }

    .searchinput {
    background: url("../images/sinputbg.gif") no-repeat left top;
    height: 21px;
    padding: 2px 3px 0 3px;
    float: left;
    margin-right: 2px;
    }

    .header-search {
    position: absolute;
    margin:0;
    top: 7px;
    right: 7px;
    }
    .header-search input {
    float:left;
    border: 0px;
    margin: 0px;
    color: #696969;
    background: none;
    }
    .header-search form {
    float: left;
    }
    .header-search input:focus {
    background: none;
    }



    #cart_top{
    position: absolute;
    right: 9px;
    top: 57px;
    background:url(../images/cart_bg.gif) 0 0 no-repeat;
    padding: 0 0 0 40px;
    text-align: right;
    color: #d7d7d7;
    }

    #cart_top a:link, #cart_top a:visited {
    color: #fff;
    text-decoration:none;logotop
    }

    #cart_top a:hover {
    color: #189ec2;

    }

    #indexCategoriesMainContent {
    margin-top: 15px;
    }

    #img_live{
    display: block;
    margin-left: auto;

    margin-right: auto;

    text-align: center;
    }
    #paralinks a{
    padding: 2px;
    border-right: 2px solid #fff;
    color: #ccc;


    }
    #paralinks a:hover {
    color: #fff;
    }

  8. #8
    Join Date
    Jan 2007
    Location
    Australia
    Posts
    6,167
    Plugin Contributions
    7

    Default Re: productos msj

    Quote Originally Posted by pixel1987 View Post

    #logotop {
    position: relative;
    overflow: none;
    scrolling:none ;
    border:none ;
    height: 155px;/*da el alto de la imagen del logo */
    left:-9px ;
    top: 0px;
    background-color: #ccc;
    width: 930px;
    margin: 0px;
    padding: 0px;

    }
    }
    Comment out (or delete) the line highlighted.

    Cheers
    RodG

  9. #9
    Join Date
    Dec 2014
    Location
    uruguay
    Posts
    65
    Plugin Contributions
    0

    Default Re: productos msj

    thanks it work it

 

 

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