Hi Guys! This is my first time using Opencart and I am having some questions. How can I remove the line :
Welcome visitor you can login or create an account.
and also remove the link "My Account" ?
thank you!
Welcome visitor you can login or create an account.
and also remove the link "My Account" ?
thank you!
You can either delete/hide the whole <div id="welcome"> or just the <?php echo $text_welcome; ?> part in catalog/view/theme/default/template/common/header.tpl to remove the Welcome text.
To remove My Account link, delete/hide the <a href="<?php echo $account; ?>"><?php echo $text_account; ?></a> part in the same file.
To remove My Account link, delete/hide the <a href="<?php echo $account; ?>"><?php echo $text_account; ?></a> part in the same file.
All texts are stored in language files. The line you need is located in catalog/language/english/common/header.php:
Code: Select all
$_['text_welcome'] = 'Welcome visitor you can <a href="%s">login</a> or <a href="%s">create an account</a>.';
Thanks. I removed this code, because I want to decrease the height of the header. How do I remove the gap/shrink the header, where this line was?affect wrote:You can either delete/hide the whole <div id="welcome">...
If possible, I also want to adjust the gap between the search field and the top of the page.
I have OpenCart v1.5.4.1, with default theme.
affect wrote:You can either delete/hide the whole <div id="welcome"> or just the <?php echo $text_welcome; ?> part in catalog/view/theme/default/template/common/header.tpl to remove the Welcome text.
To remove My Account link, delete/hide the <a href="<?php echo $account; ?>"><?php echo $text_account; ?></a> part in the same file.
Hello,
Can you tell me how to get more space between these sentences? And how I will get these letters bigger? I would really appreciate it when you can solve this! With kind regards,
TellTheWorld
Who is online
Users browsing this forum: Amazon [Bot] and 14 guests