shiggie Posted March 4, 2003 Share Posted March 4, 2003 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 More sharing options...
Guest Posted March 4, 2003 Share Posted March 4, 2003 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 More sharing options...
shiggie Posted March 4, 2003 Author Share Posted March 4, 2003 I've looked there too and found nothing. Sick of searching now just want someone to tell me :? Link to comment Share on other sites More sharing options...
shiggie Posted March 4, 2003 Author Share Posted March 4, 2003 Actually I should probably rephrase my question... I know HOW to change the color, I just don't know WHERE to change it... thanks Link to comment Share on other sites More sharing options...
Guest Posted March 4, 2003 Share Posted March 4, 2003 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 More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.