Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Help please...


shiggie

Recommended Posts

I've searched the forums and cannot find an answer to this anywhere. Does anyone know how to change the color of the heading text... the grey text that is right above where it says 'welcome guest' on the main page. I think in default it says something like 'whats new here' (I changed what it says so I cannot remember exactly). I looked in stylesheet.css, but could not see the current text color listed anywhere, so I don't think thats where I change it. Any help is appreciated. :D

Link to comment
Share on other sites

jennifer,

 

There is a pretty good installation and modification guide at http://guide.oscdox.com It should help with the stylesheet classes.

 

Also, if you take a look at your source in your browser...you can usually find the class in it. :)

Link to comment
Share on other sites

To change the wording: catalog/includes/languages/english/default.php

 

Here's what the code in default looks like:

<td class="pageHeading"><?php echo HEADING_TITLE; ?></td>

 

To change the font, color, etc cahnge this in the stylesheet:

TD.pageHeading, DIV.pageHeading {

 font-family: Verdana, Arial, sans-serif;

 font-size: 20px;

 font-weight: bold;

 color: #9a9a9a;

}

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...