modify Confirm Order font size

modify Confirm Order font size

Postby marketing@.....com » Sat Dec 03, 2011 8:29 am

hi stan

how do i modify confirm order font size (attached file)

thanks
Attachments
OPC.png
OPC.png (4.18 KiB) Viewed 5949 times
marketing@.....com
 
Posts: 9
Joined: Thu Dec 01, 2011 10:47 am

Re: modify Confirm Order font size

Postby admin » Mon Dec 05, 2011 4:52 pm

Hello,
please install Firebug for Firefox, press F12, click on the arrow at the Firebug control and locate the text on the button.

If you are using a default template which has only a very few CSS formatting included, you the id of the input button is confirmbtn and you can change the text size, color, etc in this file:
/components/com_virtuemart/themes/default/templates/onepage/onepage.css

create these lines for example (might depend on compatibility with your VM template + Joomla template)

#vmMainPage input#confirmbtn {
font-size: 16px;
}
admin
Site Admin
 
Posts: 2708
Joined: Wed Jan 06, 2010 11:43 pm


Return to One Page Checkout for Virtuemart 1.1.x