I'd like to change the way the Jumbotron displays on (Most, if not all) products - add something like "starting from" to the display to make pricing by options more obvious. Or turn it off altogether & enlarge the total price.
If anyone knows how to do this easily (or roughly where the little bugger exists in the CSS file) I'd be most grateful.
Thanks!
Use browser css inspector or firebug plugin
Ok, that helps... thank you!
I'm wanting to enter text *before* the price display, but I'm not a coder person... can someone offer where best in the code that should go?
Thanks again!
If you want to add something you need to edit .php and .tpl files in the template directory https://github.com/abantecart/abantecart-src/tree/master/public_html/storefront/view/default
Please backup before modification. ;)