I want to change the welcome message to my website.. However i can't find it in the admin control panel and im not very good with editing .php although i do have dreamweaver if i need it... Thanks alot

Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Norman in 't Veldt
Moderator OpenCart Forums
_________________ READ and Search BEFORE POSTING _________________
Our FREE search: Find your answer FAST!.
[How to] BTW + Verzend + betaal setup.
Code: Select all
div.welcome {display:none;}
Code: Select all
div.welcome {display:none !important;}
Code: Select all
$_['heading_title'] = '';
Code: Select all
<div class="welcome"><?php echo $heading_title; ?></div>
<?php echo $message; ?>
Code: Select all
<?php /*?><div class="welcome"><?php echo $heading_title; ?></div><?php */?>
<?php echo $message; ?>
Users browsing this forum: Bing [Bot] and 65 guests