This is a discussion on Product listing customization. Help! within the osCMax v2 Customization/Mods forums, part of the osCMax v2.0 Forums category; Hello, I have this product listing: Alara renacida : Mercado Magic: Tu tienda de Magic Low-cost. How can i change ...
| |||||||
| Register | FAQ | Donate | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hello, I have this product listing: Alara renacida : Mercado Magic: Tu tienda de Magic Low-cost. How can i change the Background color of the line where you can see " Name, Edicion, Frecuencia, Cantidad". I really want it to be different than search results. How can i do it? I have been trying it for weeks! Thanks, Sergio. |
|
#2
| ||||
| ||||
| if you look at your HTML code: HTML Code: <tr> <td class="headerNavigation"> <a href="http://www.mercadomagic.es/index.php?cPath=1&page=1&sort=1d&osCsid=4881b4f88336d29ae2224cc39f555921" title="Ordenar Productos Descendentemente por Nombre" class="productListing-heading">Nombre+</a> </td> <td class="headerNavigation"> <a href="http://www.mercadomagic.es/index.php?cPath=1&page=1&sort=2a&osCsid=4881b4f88336d29ae2224cc39f555921" title="Ordenar Productos Ascendentemente por Edicion" class="productListing-heading">Edicion</a> </td> <td class="headerNavigation"> <a href="http://www.mercadomagic.es/index.php?cPath=1&page=1&sort=3a&osCsid=4881b4f88336d29ae2224cc39f555921" title="Ordenar Productos Ascendentemente por Frecuencia" class="productListing-heading">Frecuencia</a> </td> <td class="headerNavigation" align="right"> <a href="http://www.mercadomagic.es/index.php?cPath=1&page=1&sort=4a&osCsid=4881b4f88336d29ae2224cc39f555921" title="Ordenar Productos Ascendentemente por Stock" class="productListing-heading">Stock</a> </td> <td class="headerNavigation" align="right"> <a href="http://www.mercadomagic.es/index.php?cPath=1&page=1&sort=5a&osCsid=4881b4f88336d29ae2224cc39f555921" title="Ordenar Productos Ascendentemente por Precio" class="productListing-heading">Precio</a> </td> </tr> class="headerNavigation" and class="productListing-heading" Modify your CSS file to your needs. Good Luck.
__________________ JPF - osCMax Fourm Moderator - To contact, post on the forum or click here Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
|
#3
| |||
| |||
| Perfect! It was the solution. Well, i want to apply other color to the text inside that Tr.td , but i have a global CSS declaration for Links and even if i put color:#000000 it applies the color of the CSS for links. How can i change the color only for this line?How can i exclude the css from this table? |
|
#4
| ||||
| ||||
| Change the class to what you want. It is better to change the CSS file and insert/change the class than to hard code color etc... into html.
__________________ JPF - osCMax Fourm Moderator - To contact, post on the forum or click here Try out our osCMax at: Live Catalog Demo Limited access Admin: Live Admin Demo Feel free to add products they way you want and then purchase them -=+=- Sorry nothing will be billed or shipped! |
![]() |
| Thread Tools | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Adds tell a friend - a sharing button for referrals and bookmarking facility to Product Information Page and Product Listing Page | michael_s | New osCommerce Contributions | 0 | 02-02-2009 05:50 AM |
| Better product listing and product info | michael_s | New osCommerce Contributions | 0 | 01-29-2009 02:12 PM |
| Product Heading customization | Phantomize | osCommerce 2.2 Discussion | 3 | 01-13-2009 02:18 AM |
| Product Quantity on Product Listing Page | vinces | osCMax v1.7 Discussion | 2 | 12-10-2004 05:32 PM |
| Modyfying product listing and new products listing | pavlo | osCommerce 2.2 Modification Help | 0 | 11-22-2004 07:27 AM |