RE: adding new stylesheet to reviews box
vptuning <[email protected]>
| Newsgroups | gmane.comp.web.oscommerce.general |
|---|---|
| Message-ID | <5b8578b23ec9cae345d28bb4facc46f5@osCommerce-Forums> |
This message was sent from: General Support
http://forums.oscommerce.com/viewtopic.php?p=226919#226919
----------------------------------------------------------------
OK guys,
Paul, thanks for your second reply. I was able to get it working!
Like you said, the text "There are currently no product reviews" is not a link.
I added the class="reviews" to the TD of reviews.php file, and then I added into my style sheet
[code]td.reviews table td.boxText { font-size: 10px; }[/code]
and it worked!
Thanks for the help guys.