AbanteCart Community

AbanteCart Development => Customization help => Topic started by: moebius on October 07, 2015, 02:57:41 AM

Title: Jumbotron manipulation?
Post by: moebius on October 07, 2015, 02:57:41 AM
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!

Title: Re: Jumbotron manipulation?
Post by: Basara on October 07, 2015, 06:45:05 AM
Use browser css inspector or firebug plugin
Title: Re: Jumbotron manipulation?
Post by: moebius on October 07, 2015, 01:22:35 PM
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!
Title: Re: Jumbotron manipulation?
Post by: Basara on October 08, 2015, 03:00:56 AM
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.  ;)