VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: Jay313 on January 30, 2014, 19:14:27 PM

Title: SOLVED: Increase Font on Cart Screen /CSS?
Post by: Jay313 on January 30, 2014, 19:14:27 PM
Greetings,

I'm wondering which php/html file do I need to edit in order to increase the font size within the Cart page. specifically, I wish to increase the font for Select Shipment and Select Payment in particular. I'm on the latest version of VM2.

Here's the link to what I'm talking about:

http://www.sensationalhairbymike.com/mb/index.php/categories

Thank you!  :)

James
Title: Re: Increase Font on Cart Screen /CSS?
Post by: Jay313 on January 31, 2014, 04:05:39 AM
Greetings,

It must be a bad omen because I never get help on these forums but nonetheless, I found a solution to my question so I thought the best thing would be to share my findings.

Ultimately, I learned about Language Overrides.  My question was in enlarging the font size of Select Shipping / Select Payment. So I found the COM_VIRTUEMART_CART_EDIT_SHIPPING= within the /public_html/my-site/language/en-GB.

Then I went into my administrator console and selected Extensions--> Language Manager - Clicked on new and entered COM_VIRTUEMART_CART_EDIT_SHIPPING within Language Constant field and then the text/string I needed to edit which was "Select shipment"  - I needed to make this stand out more and bold so I just applied some basic HTML tags to increase the font and boldness - saved the new language override and all is right in the world :-)
Title: Re: SOLVED: Increase Font on Cart Screen /CSS?
Post by: jenkinhill on January 31, 2014, 10:46:38 AM
A better (more correct) way would be to add a css class to the string and style it that way. http://forum.virtuemart.net/index.php?topic=116620.0

Please remember to always mention your Joomla/VM versions when posting, as it makes a reply more likely.