Page 1 of 1

Added Welcome text between Welcome on Header and Welcome Guest!

Posted: Mon Sep 06, 2021 6:05 am
by gsmiley007
Just wondering if there is a way to add text between the Welcome on StoreName title and hte Welcome Guest! text area.

Re: Added Welcome text between Welcome on Header and Welcome Guest!

Posted: Mon Sep 06, 2021 6:22 am
by heatherbell
gsmiley007 wrote: Mon Sep 06, 2021 6:05 am Just wondering if there is a way to add text between the Welcome on StoreName title and hte Welcome Guest! text area.
Yes, go to admin>Tools>Define Languages and look for and click the modules/content/index/cm_i_text_main.php file to edit.
See the line:

Code: Select all

 const MODULE_CONTENT_TEXT_MAIN_TEXT        = '';
Enter the text you want between the single quotes and save.

The Main Text module is installed and enabled by default but go to admin>Modules>Content to ensure that it is enabled (it will show next to 'index' in the Group column). You might want to edit the module to change the Sort Order to change its position so it shows between Page Heading (Welcome on StoreName title) and Customer Greeting (Welcome Guest! text)