- Posts: 146
- Thank you received: 0
Text and link issues in VM
-
Hazzo
Inactive member -
Topic Author
- Member
-
Less
More
14 years 5 months ago #3072
by Hazzo
Text and link issues in VM was created by Hazzo
Hi,
do you know if it's possible to change the target of the link so that it points to "återförsäljare" in the menu instead of opening up a contact page? (see pic)
And, where can I adjust the line-spacing of h1? As it is now, it is too tight together. (see pic)
Screenshots from
texadesign.temp.box.se/index.php?page=sh...irtuemart&Itemid=159
Brgds
Hazzo
do you know if it's possible to change the target of the link so that it points to "återförsäljare" in the menu instead of opening up a contact page? (see pic)
And, where can I adjust the line-spacing of h1? As it is now, it is too tight together. (see pic)
Screenshots from
texadesign.temp.box.se/index.php?page=sh...irtuemart&Itemid=159
Brgds
Hazzo
Please Log in to join the conversation.
-
milos
Support Staff -
- Moderator
-
Less
More
- Posts: 6806
- Thank you received: 724
14 years 5 months ago #3073
by milos
Replied by milos on topic Re: Text and link issues in VM
I think you should edit file /components/com_virtuemart/themes/hot_furniture/templates/common/price.tpl.php
There you should edit line
with
If it doesn't work, please look for help at
forum.virtuemart.net/
I think you should add "line-height:30px;" for "#vmMainPage h3" in file /components/com_virtuemart/themes/hot_furniture/theme.css
If you need to edit h1, they are in template_css.css
There you should edit line
Code:
$link = $sess->url( $_SERVER['PHP_SELF'].'?page=shop.ask&product_id='.$product_id.'&subject='. urlencode( $VM_LANG->_('PHPSHOP_PRODUCT_CALL').": $product_name") );
Code:
$link = "http://www.yoursite.com/";
I think you should add "line-height:30px;" for "#vmMainPage h3" in file /components/com_virtuemart/themes/hot_furniture/theme.css
If you need to edit h1, they are in template_css.css
The following user(s) said Thank You: Hazzo
Please Log in to join the conversation.
Time to create page: 0.170 seconds