Add to Cart Button on Frontpage & Price Font Format

Winter sport ecommerce template for Joomla with VirtueMart support
GK User
Tue Dec 04, 2012 6:40 pm
Three quick questions for this site. http://sapfightingtribeusa.com

1. How do I increase the vertical space to include the entire add to cart button (on the frontpage). It is currently getting cut off.

2. How do I change the add to cart button? I would prefer to use a cart image rather than a + sign.

3. I'm guessing (yeah, I'm sorta new at this) I would change the price font format in a CSS file. How do I change the price format? I would prefer it to be red, bolded and maybe a bit bigger.

Thank you for a great template!
User avatar
Fresh Boarder

teitbite
Wed Dec 05, 2012 2:48 pm
Hi

1. Please show me a screenshot. I see cart button is ok.
2. Here is a code responsible for cart image:

Code: Select all
.nspVmStore input.addtocart-button {
    background-image: url("../images/style1/nsp_add_to_cart.png");
    width: 100px;
    height: 30px;
}


3. Here is a code for price customization:

Code: Select all
div.PricepriceWithoutTax {
    color: red;
    display: block;
    font-size: 15px;
    font-weight: bold;
}
User avatar
Moderator

GK User
Fri Dec 07, 2012 4:03 pm
Good morning,

What CSS file would I find these in?
User avatar
Fresh Boarder

teitbite
Sat Dec 08, 2012 4:30 am
Hi

Please add it to override.css but remember to allow using of this file in template settings.
User avatar
Moderator


cron