Virtuemart : Edit "Ask us a Question"
The text is handled by a language file, located at
administrator/components/com_virtuemart/languages/shop/english.php file.
Do a search for this line and edit to your preference
'VM_PRODUCT_ENQUIRY_LBL' => 'Ask a question about this product',
Now if you want to style the button add a css reference to this
if you have teh ask us a question in a custom div simply use
#customdiv .button { instead
.button {
padding: 2px;
border: 1px solid #C8C8C8;
color: #403C3A;
background: url('/../images/but-bg.gif') repeat-x top #E6E6E6;
font-weight: bold;
}
You can use images, borders, colour changes to make it exactly as you require






