bnguru Posted August 11, 2019 Posted August 11, 2019 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
♥JcMagpie Posted August 11, 2019 Posted August 11, 2019 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.
bnguru Posted August 12, 2019 Author Posted August 12, 2019 Which folder(s) is the user.css located? Steve in Ellenton, FL
ArtcoInc Posted August 12, 2019 Posted August 12, 2019 @bnguru In the root directory of the shop (the default name is 'catalog'). M
Recommended Posts
Archived
This topic is now archived and is closed to further replies.