- Posts: 12
- Thank you received: 0
How to change name of the "Featured Products".
13 years 1 month ago #24468
by bubienok
Replied by bubienok on topic How to change name of the "Featured Products".
I think, there is mising text ,product, and..
I want to get there 3 products side by side
I want to get there 3 products side by side
Please Log in to join the conversation.
13 years 1 month ago #24470
by bubienok
Replied by bubienok on topic How to change name of the "Featured Products".
sorry , once again
the best for me is 4 products per row
thx
the best for me is 4 products per row
thx
Please Log in to join the conversation.
-
ivan.milic
Support Staff -
- Offline
- Moderator
-
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 1 month ago #24478
by ivan.milic
Replied by ivan.milic on topic How to change name of the "Featured Products".
First you need to set 4 products per row in vm configuration, that is common parameter. It will make images smaller and containers one fourth of product view width.
You will probably have to make this font size smaller in vm_drug_store.css :
.browse-view .row .product .spacer span, .featured-view .product span {
font-size: 16px !important;
...
a.product-details, a.product-details:hover {
font-size: 16px;
line-height: 22px;
font-weight: 800;
...
You will probably have to make this font size smaller in vm_drug_store.css :
.browse-view .row .product .spacer span, .featured-view .product span {
font-size: 16px !important;
...
a.product-details, a.product-details:hover {
font-size: 16px;
line-height: 22px;
font-weight: 800;
...
Please Log in to join the conversation.
Time to create page: 0.095 seconds