I just want to change the <h1>Your account details</h1> and <h2>Add/Edit billing address information </h2> to h4 or h5 cause the font-size is to big if its gonna be h1 and h2
Thanks
<h1><?php echo $this->page_title ?></h1>
components/com_virtuemart/views/user/tmpl/edit_address.php line 34
Thanks GJC Web Design, much appreciated.. btw one more thing if its all okay, how can i change (Save) button to (Save and continue) as the value?
Thanks in advance
Hi,
that button is language settings. Virtuemart language files are installed to joomla language folder. ex. language\en-GB, there is files en-GB.com_virtuemartxx.ini and en-GB.mod_virtuemartxx.ini there is all buttons header text and etc. Dont exactly know where is the text located in the ini file.
In the edit address page all of my fields for name, address, ect are across the page instead of in a row from top to bottom. How can I correct this issue?