Product name size in virtuemart

  • uralde
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 11 months ago #4402 by uralde
Hi there,
Could anyone please tell me where to change the size of the product name so it does not look as big when you have a long name?
Thanks in advance and best wishes for the festive season.
Uralde

Please Log in to join the conversation.

More
13 years 11 months ago #4406 by ivan.milic
When you go to Administration->Extensions->Template Manager->Your template->Edit HTML

you will find in that source css entity
a.product_name {
color: #272829 !important;
}

ad font size property there so that look like this (example for 10px):

a.product_name {
color: #272829 !important;
font-size:10px;
}

Please Log in to join the conversation.

Time to create page: 0.152 seconds
Powered by Kunena Forum