payment description font size

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Sun Dec 16, 2012 9:20 pm
Hi, was hoping to get help with the css code to add to override so that the payment description and shipping description would be easier to see, increase font size, its too small and it has important information. I've attached three screen shots. Thanks.
User avatar
Expert Boarder

GK User
Mon Dec 17, 2012 12:22 am
Hi

Try adding this code on ../css/override.css file

Code: Select all
#paymentForm .buttonBar-right button {line-height: 20px}
.vmpayment_name {font-weight: 700}
.vmpayment_description {float: left; font-size: 11px}


Cheers
User avatar
Platinum Boarder

GK User
Mon Dec 17, 2012 12:51 am
Most Excellent! Thank you!

If you can help with code for the shipping description would be useful too... thanks
User avatar
Expert Boarder

GK User
Tue Dec 18, 2012 1:45 pm
Hi

Sure.
Try something like:
Code: Select all
.cart-view .output-shipto {font-size: 12px!important}


Cheers
User avatar
Platinum Boarder

GK User
Tue Dec 18, 2012 5:03 pm
Actually, I do like that on ship to better, so thanks, but the part I was needing is the Shipping Method Description. Shipping method is set as auto selected, but I have important details that are too small inside, they appear above the Payment Method Description during the cart and checkout - see attached previously of PayPal 2 image. Thanks
User avatar
Expert Boarder

GK User
Thu Jan 03, 2013 8:38 pm
Hi Seichinha-
Just checking back on this code for Shipping Method Description. Thanks!
User avatar
Expert Boarder

GK User
Fri Jan 04, 2013 8:57 pm
Hi, my override.css is:


#paymentForm .buttonBar-right button {line-height: 20px}
.vmpayment_name {font-weight: 700}
.vmpayment_description {float: left; font-size: 11px}
.cart-view .output-shipto {font-size: 12px}

h1#gkLogo,
h1#gkLogo a.cssLogo {
height: 120px;
width: 100%;
}

#gkMainMenu .gk-menu {
clear: both;
}

but no work font size.

I need up font size in:
-form payment
-form edit shippment
-form edit payment

What can I do?
thank's
User avatar
Senior Boarder

GK User
Fri Jan 04, 2013 9:09 pm
-form cart / payment
cart.jpg


-form edit shippment
ship metod.jpg


-form edit payment
payment metod.jpg
User avatar
Senior Boarder


cron