Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2005
    Posts
    43
    Plugin Contributions
    0

    Default Color of Product Description text... where in the css?

    I am trying to change the text that is in grey to white and I can not find it in the syle sheet, the product description.
    Here is the example of where the grey text is.

    http://customgolfputtergolfgifts.com...&products_id=1

    Below is the stylesheet for my template..

    Where can I change that grey text to white?

    ###################

    /**
    * 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:#ffffff;
    font: 12px verdana, sans-serif;
    background-color:#000000;
    margin:0 15px;
    /* background-image: url("../images/bg.gif"); */

    }

    #mainWrapper {
    text-align: left;
    vertical-align: top;
    width:850px; /* sets the width of the store */
    background-color:#000; /* gives the store a white background */
    margin-bottom: 10px;
    }


    a img {border: none; }

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

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

    a:hover {
    color:#cccccc;
    text-decoration:underline;
    }


    h1 {
    font-size: 1.3em;
    color:#FC2834;
    }
    h2 {
    font-size: 1.3em;
    }
    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;
    }

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


    #contentMainWrapper select, #contentMainWrapper input, #contentMainWrapper textarea {
    /*
    border:1px solid #675C45;
    color: #8C8370;
    padding: 1px;
    background: #000000;

    */

    }



    textarea {
    margin: auto;
    display: block;
    width: 95%;
    }
    input:focus, select:focus, textarea:focus {
    background: #F0F8FF;
    }
    FIELDSET {
    padding: 0.5em;
    margin: 10px;
    border: 1px solid #cccccc;
    }
    LEGEND {
    font-weight: bold;
    padding: 0.3em;
    color: #ffffff;
    }

    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 0.5em 0.5em 0.5em;
    }
    ADDRESS {
    font-style: normal;
    }
    .clearBoth {
    clear: both;
    }



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



    /*warnings, errors, messages*/
    .messageStackWarning, .messageStackError, .messageStackSuccess, .messageStackCaution {
    line-height: 1.8em;
    padding: 0.2em;
    border: 1px solid #cccccc;
    }
    .messageStackWarning, .messageStackError {
    background-color: #ff0000;
    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;
    padding: 0;
    }

    #headerpic {
    position: relative;
    background: url("../images/header-bg.gif");
    background-repeat: repeat-x;
    height: 110px;
    width: 850px;
    }



    #slogan {
    position: absolute;
    top: 15px;
    left: 25px;
    }

    #slogan h1{
    margin:0px;
    font-family: "times new roman", serif;
    /* font-family: "trebuchet ms", san-serif; */
    font-size: 30px;
    color: #fff;
    font-weight: normal;
    text-align: left;
    }

    #slogan h2{
    margin:0px;

    font-size: 13px;
    color: #d5cab2;
    font-weight: normal;
    text-align: left;
    }


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

    #headerWrapper {
    margin-bottom: 20px;
    background-color: #000000;
    }

    #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: 10px 0px;
    width: 46%;
    }

    .wrapperAttribsOptions {
    margin: 0.3em 0em;
    }

    /* HEADER */
    #navMainWrapper {
    color: #000000;
    position: absolute;
    padding-top: 2px;

    top: 0px;
    left:0;
    }

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

    }

    #navMainWrapper a:hover {
    color: #cccccc;

    }

    #headerContent {

    }


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

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

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

    #navCurrenciesWrapper {
    color: #555;
    text-align: right;
    background-color: #ddd;
    padding-top: 3px;
    padding-bottom: 3px;
    }


    #navCurrenciesWrapper a {
    font-weight: normal;
    text-decoration: underline;
    }

    #navCurrenciesWrapper a:hover {
    color: #cccccc;
    font-weight: normal;
    text-decoration: underline;
    }


    #navEZPagesTop {
    text-align:left;
    padding-top: 4px;
    padding-left: 18px;
    padding-bottom: 4px;
    color: #ffffff;
    }

    #navEZPagesTop a:link, #navEZPagesTop a:visited {
    color:#ffffff;
    font-weight: normal;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    text-decoration: none;
    }

    #navEZPagesTop a:hover {
    color:#ffffff;

    }




    #topmenubar {
    /* background: url("../images/menubar.gif");
    background-repeat: no-repeat;

    width: 850px;
    height: 55px;
    */
    color: #8B0C40;
    background-color: #000;
    height: 25px;
    }



    #indexDefaultMainContent {
    padding-left: 0px;
    }

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

    }

    #navMainSearch {
    margin:3px 15px 0 0;
    text-align: right;
    }

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


    #navMainSearch .topsearchbutton {
    border:1px solid #cccccc;
    color: #ffffff;
    background-color: #675c45;
    }

    #navMainSearch .topsearchfield {
    border:1px solid #cccccc;
    color: #8C8370;
    padding: 1px;
    background: #ffffff;
    }

    #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: #ffffff;
    text-decoration: none;

    }

    #footerhsy a:hover {
    color:#cccccc;
    text-decoration: underline;
    }

    #footerhsy {
    background-color: #000000;
    color: #dbc9a2;
    margin-left: 6px;
    margin-right: 6px;
    padding-bottom: 5px;
    }

    #navMain {
    padding-right: 7px;
    }

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

    #navSupp ul, #navCatTabs ul {
    margin: 0;
    padding: 2px 5px;
    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: 0em 0.5em;
    margin: 0;
    }

    #headerWrapper #navMain ul li {

    }

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

    #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 #cccccc;
    padding: 0px 0 5px 0;
    margin:3px 25px 0 25px;
    }

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

    #whatsNew img {

    }

    #whatsNew {
    padding-left: 0px;

    }


    #gvFaqDefaultMainContent {
    padding-left: 10px;
    }

    #indexProductList {
    margin: 10px;
    }

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

    }



    #featuredProducts img {

    }

    #cartInstructionsDisplay {
    margin-left: 10px;
    }

    .important {
    margin-left: 10px;
    }

    #productAdditionalImages {
    clear: both;
    }



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

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

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

    #bannerThree {
    padding-left: 26px;
    margin-bottom: 10px;
    }

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

    #siteinfoLegal, #siteinfoCredits, #siteinfoStatus, #siteinfoIP {
    margin-bottom:5px;
    }

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

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

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

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

    #cartSubTotal {
    border-top: 1px solid #cccccc;
    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: #fff;
    position: relative; /*do not remove-fixes stupid IEbug*/
    }

    .cartOldItem {
    color: #fff;
    position: relative; /*do not remove-fixes stupid IEbug*/
    }

    .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: #FC2834;
    }

    #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 #cccccc;
    }

    #productAdditionalImages img {
    border: 1px solid #cccccc;
    }

    .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: #000000;
    }

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

    .centerColumn p{
    margin: 0;
    }

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

    #loginDefault {
    padding-left: 15px;
    }


    h2.centerBoxHeading {
    /* background:transparent url('../images/box-title-bg.jpg') center center repeat-x; */
    font: 13px verdana, arial, sans-serif;
    font-weight: bold;
    padding-left:0px;
    margin-left: 0;
    padding-bottom: 9px;
    color:#FC2834;
    background-image: url("../images/center-heading-bg.gif");
    background-position: 0px 19px;
    background-repeat: repeat-x;
    text-align:left;
    /* border-bottom: 3px solid #FDA7CA; */
    }

    .centerBoxWrapper {
    margin-left: 5px;
    margin-top: 15px;
    }


    .centeredContent1 {
    text-align: left;
    }

    .centeredContent1 img{
    margin-bottom:3px;
    }


    .centerBoxContentsNew1 {
    margin: 12px 0 15px; 0;
    }

    .centerBoxContentsFeatured1 {
    margin: 12px 0 15px 0;
    }

    .centerBoxContentsSpecials1 {
    margin: 12px 0 15px 0;

    }


    .product_img_title {
    margin:0 0 5px 0;
    padding:0 15px 0 0;

    }


    .product_img_title img{
    border: 1px solid #cccccc;

    }

    .productListing-rowheading, TR.tableHeading {
    height:30px;
    font: 13px tahoma, arial, sans-serif;
    font-weight: bold;
    margin:0 0 0 10px;
    }

    .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; */
    }

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

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

    }

    .leftBoxContainer {
    background-color: #000000;
    margin-bottom: 10px;
    }

    .rightBoxContainer {
    background-color: #fff;
    margin-bottom: 10px;
    }


    #navColumnOneWrapper {
    margin-left:15px;
    margin-top:0px;
    background-color: #000000;

    }

    #navColumnTwoWrapper {
    margin-right:7px;
    margin-top:0px;
    background-color: #000000;
    }

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

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










    #categories {

    }

    #categoriesHeading {

    }

    .category-top, .category-links {

    }

    #navCatTabs{
    background-color: #000000;

    }


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

    }

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

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


    #informationContent a:link, #informationContent a:visited{

    }




    #moreinformationContent a:link, #moreinformationContent a:visited{

    }



    #ezpagesContent a:link, #ezpagesContent a:visited{

    }

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

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

    .centerBoxContentsNew a:hover {

    text-decoration: underline;
    }

    .rightBoxHeading, .leftBoxHeading {
    height: 22px;

    }



    h3 label {
    font-size:1.0em;
    }

    h3.rightBoxHeading, h3.leftBoxHeading {
    margin:0;
    color: #ffffff;
    font: 11px verdana, arial, sans-serif;
    font-weight: bold;
    padding-left: 10px;
    padding-top: 4px;

    background-image: url(../images/heading-bg.gif);
    background-position: 0px 0px;
    background-repeat: repeat-x;
    text-align:left;
    }



    #navColumnOneWrapper h3.leftBoxHeading a:link, #navColumnOneWrapper h3.leftBoxHeading a:visited {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    }

    #navColumnTwoWrapper h3.rightBoxHeading a:link, #navColumnTwoWrapper h3.rightBoxHeading a:visited {
    color: #fff;
    font-weight: bold;
    font-size: 11px;
    line-height: 13px;
    }


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


    #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 #cccccc;
    margin: 8px;
    }

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

    }

    .productListing-even {
    background-color:#cccccc;

    }

    .productListing-odd {
    background-color:#cccccc;

    }

    /* 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, #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-left: 0em;
    }

    #bestsellers li {
    padding: 0;
    margin: 0.3em 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: #F8F8F8;
    height: 1.5em;
    vertical-align: top;
    }

    .rowEven {
    background-color: #F4F4F4;
    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: #000000;
    }

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


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

    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;
    }

    .sideBoxContent a:hover {color: #ffffff;}

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

    Default Re: Color of Product Description text... where in the css?

    There's no need to post your whole stylesheet - it makes it hard to read the thread. If we can see your site, we can read whatever we need to of your stylesheets.

    Add to your stylesheet

    #productGeneral {color: #aaaaaa;}

  3. #3
    Join Date
    Dec 2009
    Posts
    10
    Plugin Contributions
    0

    Default Re: Color of Product Description text... where in the css?

    add it where in the css styesheet exactly glen?
    Last edited by didge; 7 Dec 2009 at 06:08 PM.

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

    Default Re: Color of Product Description text... where in the css?

    If you don't find #productGeneral already in your stylesheet, you can add that rule to the bottom, or any place that makes organizational sense to you.

  5. #5
    Join Date
    Dec 2009
    Location
    SC
    Posts
    18
    Plugin Contributions
    0

    Default Re: Color of Product Description text... where in the css?

    Can I add another field like this to change the font size?

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

    Default Re: Color of Product Description text... where in the css?

    Yes, you can add any styling properties you like to any rule in the stylesheet, or add new rules if a selector (like #productGeneral) is not yet in the stylesheet.

  7. #7
    Join Date
    Feb 2009
    Location
    North Carolina (USA)
    Posts
    5
    Plugin Contributions
    0

    Default Re: Color of Product Description text... where in the css?

    If you are using Firefox, there is an add-on called Firebug. (this is an add on to Firefox, not Zencart).
    Once you install that, then you can easily find the location of any CSS.

    All you have to do is open any Web page, right click on the item you are looking for, and select "inspect element".

    The item will be highlighted on your screen, and a frame (or a window?) will open at the bottom of your screen that shows you on which line number in which file (including the file's full path) is that property located.

 

 

Similar Threads

  1. Where is the CSS for this text?
    By CultureClick in forum Templates, Stylesheets, Page Layout
    Replies: 12
    Last Post: 8 Jun 2012, 11:03 AM
  2. Uncontrollable black text, where is the CSS class?
    By 10west in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 13 Jun 2010, 11:02 AM
  3. Cannot find where to change the text color....
    By kameleon in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 1 May 2008, 06:08 PM
  4. Text color changes on product description page
    By outpostmontana in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 13 Oct 2007, 11:17 PM
  5. Where is the part in CSS to change the color of the middle part of the background?
    By drbarnet in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 29 Jul 2006, 08:12 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