Business Catalyst Product List


/ Published in: HTML
Save to your folder(s)

This is used to show a list of Products. EJ. Product 1 Product 2 Products 3
The style is controled with css


Copy this code and paste it in your HTML
  1. <div class="productList">
  2. {module_productlistdump,19689}
  3. </div>
  4. //Css
  5.  
  6. //in reset
  7. ol, ul {
  8. list-style: none;
  9. }
  10.  
  11. //Links Appearance
  12. .productList li a {
  13. color:#38851A;
  14. font-family: Arial;
  15.  
  16. font-size: 150%;
  17.  
  18. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.