Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Jun 2008
    Location
    Florida
    Posts
    21
    Plugin Contributions
    0

    Default Re: Changing Font Color for Product Description

    Stevesh,

    Thanks so much. I will tell my wife. She figured that was the wrong thing to do so she tried to correct it and use a different text editor, but then nothing showed up but a white page, so needless to say she is freaking out.

    We apprciate the info and will try that tonight.

  2. #2
    Join Date
    Jun 2008
    Location
    Florida
    Posts
    21
    Plugin Contributions
    0

    Default Re: Changing Font Color for Product Description

    Here's the contents of my header_html document. I'm pretty sure it's all messed up from using the wrong format to edit it and of course I made the newbie mistake of not backing up the original doc. But I appreciate the lessons I'm learning as well as the wealth of knowledge I'm gaining from this forum. Many thanks!


    /* Style Definitions */
    p.MsoNormal, li.MsoNormal, div.MsoNormal
    {mso-style-parent:"";
    margin:0in;
    margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:12.0pt;
    font-family:"Times New Roman";
    mso-fareast-font-family:"Times New Roman";}
    @page Section1
    {size:8.5in 11.0in;
    margin:1.0in 1.25in 1.0in 1.25in;
    mso-header-margin:.5in;
    mso-footer-margin:.5in;
    mso-paper-source:0;}
    div.Section1
    {page:Section1;}
    -->
    </style>
    <!--[if gte mso 10]>
    <style>
    /* Style Definitions */
    table.MsoNormalTable
    {mso-style-name:"Table Normal";
    mso-tstyle-rowband-size:0;
    mso-tstyle-colband-size:0;
    mso-style-noshow:yes;
    mso-style-parent:"";
    mso-padding-alt:0in 5.4pt 0in 5.4pt;
    mso-para-margin:0in;
    mso-para-margin-bottom:.0001pt;
    mso-pagination:widow-orphan;
    font-size:10.0pt;
    font-family:"Times New Roman";
    mso-ansi-language:#0400;
    mso-fareast-language:#0400;
    mso-bidi-language:#0400;}
    </style>
    <![endif]--><?php echo META_TAG_TITLE; ?>
    <meta name=keywords content="&lt;?php echo META_TAG_KEYWORDS; ?&gt;">
    <meta name=description content="&lt;?php echo META_TAG_DESCRIPTION; ?&gt;">
    <meta http-equiv="imagetoolbar" content="no" />
    <meta name="author" content="The Zen Cart&trade; Team and others" />
    <meta name="generator" content="shopping cart program by Zen Cart&trade;, http://www.zen-cart.com eCommerce
    <?php if (defined('ROBOTS_PAGES_TO_SKIP') && in_array($current_page_base,explode(",",constant('ROBOTS_PAGES_TO_SKIP'))) || $current_page_base=='down_for_maintenance' || $robotsNoIndex === true) { ?>
    <meta name=robots content="noindex, nofollow">
    <?php } ?><?php if (defined('FAVICON')) { ?>
    <link rel=icon href="file:///C:\%3c%3fphp%20echo%20FAVICON;%20%3f%3e"
    type="image/x-icon">
    <link rel="shortcut icon" href="file:///C:\%3c%3fphp%20echo%20FAVICON;%20%3f%3e"
    type="image/x-icon">
    <?php } //endif FAVICON ?><?php /** * load all template-specific stylesheets, named like "style*.css", alphabetically */ $directory_array = $template-><!--looking for: $value-->
    <link rel=stylesheet type="text/css" media=print
    href="file:///C:\'%20.%20$template-%3eget_template_dir('.css',DIR_WS_TEMPLATE,%20$current_page_base,'css')%20.%20'\ '%20.%20$value%20.%20">
    <!-- I SEE cat: ' . $current_category_id . ' || vs cpath: ' . $cPath . ' || page: ' . $current_page . ' || template: ' . $current_template . ' || main = ' . ($this_is_home_page ? 'YES' : 'NO') . ' -->
    <script type="text/javascript" src="' . $template->get_template_dir('.js',DIR_WS_TEMPLATE, $current_page_base,'jscript') . '/' . $value . '">
    </script>

    <script type="text/javascript" src="' . $page_directory . '/' . $value . '">
    </script>
    </head>

    <body lang=EN-US style='tab-interval:.5in'>

    <div class=Section1>

    <p class=MsoNormal>get_template_part($template-&gt;get_template_dir('.css',DIR_WS_TEMPLATE,
    $current_page_base,'css'), '/^style/', '.css'); while(list ($key, $value) =
    each($directory_array)) { echo ''.&quot;\n&quot;; } /** * load stylesheets on a
    per-page/per-language/per-product/per-manufacturer/per-category basis. Concept
    by Juxi Zoza. */ $manufacturers_id = (isset($_GET['manufacturers_id'])) ?
    $_GET['manufacturers_id'] : ''; $tmp_products_id =
    (isset($_GET['products_id'])) ? (int)$_GET['products_id'] : ''; $tmp_pagename =
    ($this_is_home_page) ? 'index_home' : $current_page_base; $sheets_array =
    array('/' . $_SESSION['language'] . '_stylesheet', '/' . $tmp_pagename, '/' .
    $_SESSION['language'] . '_' . $tmp_pagename, '/c_' . $cPath, '/' .
    $_SESSION['language'] . '_c_' . $cPath, '/m_' . $manufacturers_id, '/' .
    $_SESSION['language'] . '_m_' . (int)$manufacturers_id, '/p_' .
    $tmp_products_id, '/' . $_SESSION['language'] . '_p_' . $tmp_products_id );
    while(list ($key, $value) = each($sheets_array)) { //echo &quot;\n&quot;;
    $perpagefile = $template-&gt;get_template_dir('.css', DIR_WS_TEMPLATE,
    $current_page_base, 'css') . $value . '.css'; if (file_exists($perpagefile))
    echo ''.&quot;\n&quot;; } /** * load printer-friendly stylesheets -- named like
    &quot;print*.css&quot;, alphabetically */ $directory_array = $template-&gt;get_template_part($template-&gt;get_template_dir('.css',DIR_WS_TEMPLATE,
    $current_page_base,'css'), '/^print/', '.css'); sort($directory_array);
    while(list ($key, $value) = each($directory_array)) { echo ''.&quot;\n&quot;; }
    /** * load all site-wide jscript_*.js files from includes/templates/YOURTEMPLATE/jscript,
    alphabetically */ $directory_array =
    $template-&gt;get_template_part($template-&gt;get_template_dir('.js',DIR_WS_TEMPLATE,
    $current_page_base,'jscript'), '/^jscript_/', '.js'); while(list ($key, $value)
    = each($directory_array)) { echo ''.&quot;\n&quot;; } /** * load all
    page-specific jscript_*.js files from includes/modules/pages/PAGENAME,
    alphabetically */ $directory_array =
    $template-&gt;get_template_part($page_directory, '/^jscript_/', '.js');
    while(list ($key, $value) = each($directory_array)) { echo '' . &quot;\n&quot;;
    } /** * load all site-wide jscript_*.php files from
    includes/templates/YOURTEMPLATE/jscript, alphabetically */ $directory_array =
    $template-&gt;get_template_part($template-&gt;get_template_dir('.php',DIR_WS_TEMPLATE,
    $current_page_base,'jscript'), '/^jscript_/', '.php'); while(list ($key,
    $value) = each($directory_array)) { /** * include content from all site-wide
    jscript_*.php files from includes/templates/YOURTEMPLATE/jscript,
    alphabetically. * These .PHP files can be manipulated by PHP when they're
    called, and are copied in-full to the browser page */
    require($template-&gt;get_template_dir('.php',DIR_WS_TEMPLATE,
    $current_page_base,'jscript') . '/' . $value); echo &quot;\n&quot;; } /** *
    include content from all page-specific jscript_*.php files from includes/modules/pages/PAGENAME,
    alphabetically. */ $directory_array =
    $template-&gt;get_template_part($page_directory, '/^jscript_/'); while(list
    ($key, $value) = each($directory_array)) { /** * include content from all
    page-specific jscript_*.php files from includes/modules/pages/PAGENAME,
    alphabetically. * These .PHP files can be manipulated by PHP when they're
    called, and are copied in-full to the browser page */ require($page_directory .
    '/' . $value); echo &quot;\n&quot;; } //DEBUG: echo ''; ?&gt; <o></o></p>

    </div>

    <?php // NOTE: Blank line following is intended: ?>
    </body>

    </html>

  3. #3
    Join Date
    Nov 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Changing Font Color for Product Description

    Hi there

    Just noticed that you have to ammend the font colour in admin rather the the css (for the product info). Do you know any way of mass-editing it all to the same colour? Reason being I just overhauled my site and now use a black background instead of white and I have a LOT of info to go through and change 1 by 1 if not.

    Thanks

    Oh and Hi (1st post)

  4. #4
    Join Date
    Nov 2006
    Location
    Dartmouth, NS Canada
    Posts
    2,378
    Plugin Contributions
    0

    Default Re: Changing Font Color for Product Description

    Quote Originally Posted by Mikey2017 View Post
    Just noticed that you have to ammend the font colour in admin rather the the css (for the product info). Do you know any way of mass-editing it all to the same colour? Reason being I just overhauled my site and now use a black background instead of white and I have a LOT of info to go through and change 1 by 1 if not.
    You do not have to change the font colour of product descriptions in admin. It is possible, but as you point out, it's not wise.

    If the regular text colour is not working in that part of your pages, then break out the proper ID or class in your stylesheet and apply a colour there. For example ...

    #productDescription { color: #9FAC90 }

    Change the colour to suit.

    Rob

  5. #5
    Join Date
    Nov 2008
    Posts
    2
    Plugin Contributions
    0

    Default Re: Changing Font Color for Product Description

    Quote Originally Posted by rstevenson View Post
    You do not have to change the font colour of product descriptions in admin. It is possible, but as you point out, it's not wise.

    If the regular text colour is not working in that part of your pages, then break out the proper ID or class in your stylesheet and apply a colour there. For example ...

    #productDescription { color: #9FAC90 }

    Change the colour to suit.

    Rob
    Great, done that now - saved me a LOT of work!

    One other question, may as well ask in here rather than start a new thread;

    Im finding it hard to change the text colour of in info text in the gift certificate sections, the firefox tool kit addon I usually use doesnt find any css info on it .. and I cant find the info through admin either.

  6. #6
    Join Date
    Jun 2008
    Location
    Florida
    Posts
    21
    Plugin Contributions
    0

    Default Re: Changing Font Color for Product Description

    I read somewhere that it is ok to ask different questions in a thread as long as the questions pertain to the topic of the thread, which yours do. I am glad you asked the question, because I have a black background and was going to change the font color in my style sheet then I was told the admin, but was wondering how to do it that way without changing one by one and now I realize it is easier to do it through css. So, thank you for asking.

 

 

Similar Threads

  1. Changing font color in Product header bar.
    By bluesky1992 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 9 Nov 2011, 11:13 PM
  2. Changing Font color for Contact us Page! Please HELP!
    By hooai12 in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 23 Apr 2010, 04:18 AM
  3. Changing Font Size of Product Description
    By littletoycompany in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 6 Jun 2008, 01:06 AM
  4. Changing font color for sale/special pricing
    By stormysar in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 21 May 2007, 07:08 PM
  5. changing font size/color for THIS line of text??
    By recordshow in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 20 Feb 2007, 08:10 PM

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