Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Category column modifications


bnguru

Recommended Posts

So now that I have my shop running in Phoenix http://www.trainliquidators.com/catalog3/ I'd like to reduce the font size and spacing so my customers don't have to scroll down too much. Which file do I need to modify to accomplish this? 

Also,  I may have seen an add-on, but I want both the item number and quantity to appear in all view's of an item. 

Steve in Ellenton, FL

Link to comment
Share on other sites

5 hours ago, bnguru said:

reduce the font size and spacing so my customers don't have to scroll down too much

find the relavent css for the font in question then add new font-size: rem; rule to your user.css, Yiu can find which you need by inspecting the rue with your browser.

example

h1.display-4 {

font-size: 0.5rem!important;

}

added to user.css  will reduce the size of the heading

Welcome on TrainLiquidators.com

5 hours ago, bnguru said:

both the item number and quantity to appear in all view's of an item. 

Not posiable on every view without code changes, but simply go to admin and edit relavent moduel and see if it's available. It is in product info.

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...