change product style

Rate this topic: Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.Evaluations: 0, 0.00 on the average.
GK User
Fri Apr 28, 2017 9:25 am
Reply with quote
Report this post
Hallo,

thank you for great template

how i can change style of title and price on product module tot category list
this Wat i need Change:
https://1001schilderijen.nl/
to this style
https://1001schilderijen.nl/schilderijen/abstracte-schilderijen
User avatar
Fresh Boarder

teitbite
Mon May 01, 2017 2:07 pm
Reply with quote
Report this post
Hi

Please add this code to override.css and make sure override is enabled in template settings.

Code: Select all
.box li.product-container {
    text-align: center;
}

.box li.product-container a {
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    text-decoration: none;
    text-transform: uppercase;
}

.box li.product-container .product-price span.PricesalesPrice {
    font-size: 14px;
}
User avatar
Moderator


cron
Remember me
Register New Account
If you are old Gavick user, click HERE for steps to retrieve your account.